Compartilhar via


WebhooksOperationsExtensions.UpdateAsync Método

Definição

Atualizações um webhook com os parâmetros especificados.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook> UpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, Microsoft.Azure.Management.ContainerRegistry.Models.WebhookUpdateParameters webhookUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.WebhookUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook>
<Extension()>
Public Function UpdateAsync (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String, webhookUpdateParameters As WebhookUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Webhook)

Parâmetros

operations
IWebhooksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos ao qual o registro de contêiner pertence.

registryName
String

O nome do registro de contêiner.

webhookName
String

O nome do webhook.

webhookUpdateParameters
WebhookUpdateParameters

Os parâmetros para atualizar um webhook.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a