ArmDataBoxEdgeModelFactory.DataBoxEdgeAlertData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de DataBoxEdgeAlertData.
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertData DataBoxEdgeAlertData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string title = default, string alertType = default, DateTimeOffset? appearedOn = default, string recommendation = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertSeverity? severity = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails errorDetails = default, System.Collections.Generic.IReadOnlyDictionary<string,string> detailedInformation = default);
static member DataBoxEdgeAlertData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertSeverity> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertData
Public Shared Function DataBoxEdgeAlertData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional title As String = Nothing, Optional alertType As String = Nothing, Optional appearedOn As Nullable(Of DateTimeOffset) = Nothing, Optional recommendation As String = Nothing, Optional severity As Nullable(Of DataBoxEdgeAlertSeverity) = Nothing, Optional errorDetails As DataBoxEdgeAlertErrorDetails = Nothing, Optional detailedInformation As IReadOnlyDictionary(Of String, String) = Nothing) As DataBoxEdgeAlertData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- title
- String
Título do alerta.
- alertType
- String
Tipo de alerta.
- appearedOn
- Nullable<DateTimeOffset>
Hora UTC em que o alerta apareceu.
- recommendation
- String
Recomendação de alerta.
- severity
- Nullable<DataBoxEdgeAlertSeverity>
Severidade do alerta.
- errorDetails
- DataBoxEdgeAlertErrorDetails
Detalhes do erro do alerta.
- detailedInformation
- IReadOnlyDictionary<String,String>
Detalhes do alerta.
Retornos
Uma nova DataBoxEdgeAlertData instância para simulação.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET