ArmDevTestLabsModelFactory.DevTestLabNotificationChannelData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- webHookUri
- Uri
Die Webhook-URL, an die Benachrichtigungen gesendet werden sollen.
- emailRecipient
- String
Der E-Mail-Empfänger, an den Benachrichtigungen gesendet werden sollen (kann eine Liste von durch Semikolons getrennten E-Mail-Adressen sein).
- notificationLocale
- String
Das Gebietsschema, das beim Senden einer Benachrichtigung verwendet werden soll (Fallback für nicht unterstützte Sprachen ist EN).
- description
- String
Beschreibung der Benachrichtigung.
Die Liste der Ereignisse, für die diese Benachrichtigung aktiviert ist.
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum des Benachrichtigungskanals.
- provisioningState
- String
Der bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabNotificationChannelData instance zum Simulieren.
Gilt für:
Azure SDK for .NET