IWebhooksClientBeta.Get(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.