ArmDevTestLabsModelFactory.DevTestLabNotificationChannelData 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 DevTestLabNotificationChannelData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData DevTestLabNotificationChannelData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Uri webHookUri = default, string emailRecipient = default, string notificationLocale = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent> events = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabNotificationChannelData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Uri * string * string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData
Public Shared Function DevTestLabNotificationChannelData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional webHookUri As Uri = Nothing, Optional emailRecipient As String = Nothing, Optional notificationLocale As String = Nothing, Optional description As String = Nothing, Optional events As IEnumerable(Of DevTestLabNotificationChannelEvent) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabNotificationChannelData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- webHookUri
- Uri
URL du webhook à laquelle envoyer des notifications.
- emailRecipient
- String
Destinataire de l’e-mail auquel envoyer des notifications (peut être une liste d’adresses e-mail séparées par deux-points).
- notificationLocale
- String
Paramètres régionaux à utiliser lors de l’envoi d’une notification (secours pour les langues non prises en charge est EN).
- description
- String
Description de la notification.
Liste des événements pour lesquels cette notification est activée.
- createdOn
- Nullable<DateTimeOffset>
Date de création du canal de notification.
- provisioningState
- String
Le provisionnement status de la ressource.
Retours
Une nouvelle DevTestLabNotificationChannelData instance de moqueries.
S’applique à
Azure SDK for .NET