WebhooksOperationsExtensions.BeginUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualizações um webhook com os parâmetros especificados.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner> BeginUpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookUpdateParametersInner webhookUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookUpdateParametersInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>
<Extension()>
Public Function BeginUpdateAsync (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String, webhookUpdateParameters As WebhookUpdateParametersInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WebhookInner)
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
- WebhookUpdateParametersInner
Os parâmetros para atualizar um webhook.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET