Compartir a través de


WebhooksOperationsExtensions.GetAsync Método

Definición

Obtiene las propiedades del webhook especificado.

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

Parámetros

operations
IWebhooksOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el registro de contenedor.

registryName
String

Nombre del registro de contenedor.

webhookName
String

Nombre del webhook.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a