Compartir a través de


WebhooksOperationsExtensions.Get Método

Definición

Obtiene las propiedades del webhook especificado.

public static Microsoft.Azure.Management.ContainerRegistry.Models.Webhook Get (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName);
static member Get : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.Webhook
<Extension()>
Public Function Get (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String) As 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.

Devoluciones

Se aplica a