Share via


IWebhooksClientBeta.Get(String, String, String) Method

Definition

Gets the properties of the specified webhook.

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

Parameters

resourceGroupName
String

The resource group name.

registryName
String

The registry name.

webhookName
String

The name of the webhook.

Returns

Applies to