Compartir a través de


DevTestLabNotificationChannelCollection.CreateOrUpdate Método

Definición

Cree o reemplace un canal de notificación existente.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_CreateOrUpdate de operaciones
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As DevTestLabNotificationChannelData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevTestLabNotificationChannelResource)

Parámetros

waitUntil
WaitUntil

Completed si el método debe esperar a que se devuelva hasta que se haya completado la operación de larga duración en el servicio; Started si debe devolverse después de iniciar la operación. Para más información sobre las operaciones de larga duración, consulte Ejemplos de operaciones de azure.Core Long-Running.

name
String

Nombre del canal de notificación.

data
DevTestLabNotificationChannelData

Una notificación.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

name es una cadena vacía y se espera que no esté vacía.

name o data es null.

Se aplica a