Share via


IWithWebhook.WithoutWebhook(String) Method

Definition

Removes a webhook from the container registry.

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

Parameters

name
String

Name of the webhook to remove.

Returns

Applies to