IWebhookOperations.Get(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 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.