AlertModification 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
AlertModification() |
Initialise une nouvelle instance de la classe AlertModification. |
AlertModification(String, String, String, AlertModificationProperties) |
Initialise une nouvelle instance de la classe AlertModification. |
AlertModification()
Initialise une nouvelle instance de la classe AlertModification.
public AlertModification ();
Public Sub New ()
S’applique à
AlertModification(String, String, String, AlertModificationProperties)
Initialise une nouvelle instance de la classe AlertModification.
public AlertModification (string id = default, string type = default, string name = default, Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties properties = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModification : string * string * string * Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModification
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As AlertModificationProperties = Nothing)
Paramètres
- id
- String
ID de ressource Azure
- type
- String
Type de ressource Azure
- name
- String
Nom de la ressource Azure
- properties
- AlertModificationProperties
S’applique à
Azure SDK for .NET