次の方法で共有


IWebhookOperations.Get(String) メソッド

定義

指定した 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

パラメーター

webhookName
String

Webhook の名前。

戻り値

適用対象