Partilhar via


ArmDataBoxEdgeModelFactory.DataBoxEdgeAlertErrorDetails Método

Definição

Inicializa uma nova instância de DataBoxEdgeAlertErrorDetails.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails DataBoxEdgeAlertErrorDetails (string errorCode = default, string errorMessage = default, int? occurrences = default);
static member DataBoxEdgeAlertErrorDetails : string * string * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails
Public Shared Function DataBoxEdgeAlertErrorDetails (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional occurrences As Nullable(Of Integer) = Nothing) As DataBoxEdgeAlertErrorDetails

Parâmetros

errorCode
String

Código do erro.

errorMessage
String

Mensagem de erro.

occurrences
Nullable<Int32>

Número de ocorrências.

Retornos

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

Aplica-se a