AlertModificationProperties Constructeurs
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.
Surcharges
AlertModificationProperties() |
Initialise une nouvelle instance de la classe AlertModificationProperties. |
AlertModificationProperties(String, IList<AlertModificationItem>) |
Initialise une nouvelle instance de la classe AlertModificationProperties. |
AlertModificationProperties()
Initialise une nouvelle instance de la classe AlertModificationProperties.
public AlertModificationProperties ();
Public Sub New ()
S’applique à
AlertModificationProperties(String, IList<AlertModificationItem>)
Initialise une nouvelle instance de la classe AlertModificationProperties.
public AlertModificationProperties (string alertId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> modifications = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem> -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties
Public Sub New (Optional alertId As String = Nothing, Optional modifications As IList(Of AlertModificationItem) = Nothing)
Paramètres
- alertId
- String
ID unique de l’alerte pour laquelle l’historique est récupéré
- modifications
- IList<AlertModificationItem>
Détails de la modification
S’applique à
Azure SDK for .NET