Partilhar via


WebhooksOperationsExtensions.GetCallbackConfigAsync Método

Definição

Obter a configuração de URI de serviço e cabeçalhos personalizados para o webhook.

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

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a