IEventModel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.EventModelTypeConverter))]
public interface IEventModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api60.IResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.EventModelTypeConverter))>]
type IEventModel = interface
    interface IJsonSerializable
    interface IResourceAutoGenerated
Public Interface IEventModel
Implements IResourceAutoGenerated
Derived
Attributes
Implements

Properties

Name Description
CorrelationId

Gets or sets the event correlation Id.

CustomPropertyInstanceType

Discriminator property for EventModelCustomProperties.

Description

Gets or sets the event description.

EventName

Gets or sets the event name.

EventType

Gets or sets the event type.

HealthError

Gets or sets the errors associated with this event.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResourceAutoGenerated)
Name

The name of the resource

(Inherited from IResourceAutoGenerated)
ProvisioningState

Gets or sets the provisioning state of the event.

ResourceName

Gets or sets the resource name.

ResourceType

Gets or sets the resource type.

Severity

Gets or sets the event severity.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResourceAutoGenerated)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResourceAutoGenerated)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResourceAutoGenerated)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResourceAutoGenerated)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResourceAutoGenerated)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResourceAutoGenerated)
TimeOfOccurrence

Gets or sets the time at which the event occurred at source.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResourceAutoGenerated)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to