Compartir a través de


IWithWebhook.WithoutWebhook(String) Método

Definición

Quita un webhook del registro de contenedor.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate WithoutWebhook (string name);
abstract member WithoutWebhook : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate
Public Function WithoutWebhook (name As String) As IUpdate

Parámetros

name
String

Nombre del webhook que se va a quitar.

Devoluciones

Se aplica a