Compartir a través de


WebhooksOperationsExtensions.Delete Método

Definición

Elimina un webhook de un registro de contenedor.

public static void Delete (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName);
static member Delete : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String)

Parámetros

operations
IWebhooksOperations

El grupo de operaciones de 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.

Se aplica a