Share via


IWebhookOperations.Get(String) Method

Definition

Gets the properties of the specified webhook.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook Get (string webhookName);
abstract member Get : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook
Public Function Get (webhookName As String) As IWebhook

Parameters

webhookName
String

The name of the webhook.

Returns

Applies to