Partilhar via


WebhooksOperationsExtensions.GetAsync Método

Definição

Obtém as propriedades do webhook especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner> GetAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhooksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>
<Extension()>
Public Function GetAsync (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String, 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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a