ArmDataBoxEdgeModelFactory.DataBoxEdgeAlertData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance 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
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- title
- String
Titre de l’alerte.
- alertType
- String
Type d’alerte.
- appearedOn
- Nullable<DateTimeOffset>
Heure UTC à laquelle l’alerte s’est affichée.
- recommendation
- String
Recommandation d’alerte.
- severity
- Nullable<DataBoxEdgeAlertSeverity>
Gravité de l’alerte.
- errorDetails
- DataBoxEdgeAlertErrorDetails
Détails de l’erreur de l’alerte.
- detailedInformation
- IReadOnlyDictionary<String,String>
Détails de l’alerte.
Retours
Une nouvelle DataBoxEdgeAlertData instance de moqueries.
S’applique à
Azure SDK for .NET