Compartir a través de


IWebhookOperations.GetAsync(String, CancellationToken) Método

Definición

Obtiene las propiedades del webhook especificado.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook> GetAsync (string webhookName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>
Public Function GetAsync (webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IWebhook)

Parámetros

webhookName
String

Nombre del webhook.

cancellationToken
CancellationToken

Devoluciones

Se aplica a