Compartir a través de


ArmDevTestLabsModelFactory.DevTestLabNotificationChannelData Método

Definición

Inicializa una nueva instancia 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

Parámetros

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

webHookUri
Uri

Dirección URL del webhook al que se van a enviar notificaciones.

emailRecipient
String

El destinatario del correo electrónico al que enviar notificaciones (puede ser una lista de direcciones de correo electrónico separadas por punto y coma).

notificationLocale
String

La configuración regional que se va a usar al enviar una notificación (la reserva de idiomas no admitidos es EN).

description
String

Descripción de la notificación.

events
IEnumerable<DevTestLabNotificationChannelEvent>

Lista de eventos para los que está habilitada esta notificación.

createdOn
Nullable<DateTimeOffset>

Fecha de creación del canal de notificación.

provisioningState
String

Estado de aprovisionamiento del recurso.

uniqueIdentifier
Nullable<Guid>

Identificador inmutable único de un recurso (Guid).

Devoluciones

DevTestLabNotificationChannelData Nueva instancia para simular.

Se aplica a