Partilhar via


DevTestLabNotificationChannelResource.Update Método

Definição

Permite modificar marcas de canais de notificação. Todas as outras propriedades serão ignoradas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
Public Overridable Function Update (patch As DevTestLabNotificationChannelPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabNotificationChannelResource)

Parâmetros

patch
DevTestLabNotificationChannelPatch

Uma notificação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

patch é nulo.

Aplica-se a