Compartilhar via


ArmRecoveryServicesDataReplicationModelFactory.DataReplicationEventProperties Método

Definição

Inicializa uma nova instância de DataReplicationEventProperties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationEventProperties DataReplicationEventProperties (Azure.Core.ResourceType? resourceType = default, string resourceName = default, string eventType = default, string eventName = default, DateTimeOffset? occurredOn = default, string severity = default, string description = default, string correlationId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationHealthErrorInfo> healthErrors = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.EventModelCustomProperties customProperties = default);
static member DataReplicationEventProperties : Nullable<Azure.Core.ResourceType> * string * string * string * Nullable<DateTimeOffset> * string * string * string * seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationHealthErrorInfo> * Azure.ResourceManager.RecoveryServicesDataReplication.Models.EventModelCustomProperties -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationEventProperties
Public Shared Function DataReplicationEventProperties (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional resourceName As String = Nothing, Optional eventType As String = Nothing, Optional eventName As String = Nothing, Optional occurredOn As Nullable(Of DateTimeOffset) = Nothing, Optional severity As String = Nothing, Optional description As String = Nothing, Optional correlationId As String = Nothing, Optional healthErrors As IEnumerable(Of DataReplicationHealthErrorInfo) = Nothing, Optional customProperties As EventModelCustomProperties = Nothing) As DataReplicationEventProperties

Parâmetros

resourceType
Nullable<ResourceType>

Obtém ou define o tipo de recurso.

resourceName
String

Obtém ou define o nome do recurso.

eventType
String

Obtém ou define o tipo de evento.

eventName
String

Obtém ou define o nome do evento.

occurredOn
Nullable<DateTimeOffset>

Obtém ou define a hora em que o evento ocorreu na origem.

severity
String

Obtém ou define a gravidade do evento.

description
String

Obtém ou define a descrição do evento.

correlationId
String

Obtém ou define a ID de correlação de evento.

healthErrors
IEnumerable<DataReplicationHealthErrorInfo>

Obtém ou define os erros associados a esse evento.

customProperties
EventModelCustomProperties

Propriedades personalizadas do modelo de evento. EventModelCustomProperties Observe que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem HyperVToAzStackHciEventModelCustomProperties.

Retornos

Uma nova DataReplicationEventProperties instância para simulação.

Aplica-se a