次の方法で共有


IWebhooksClientBeta.Get(String, String, String) メソッド

定義

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

パラメーター

resourceGroupName
String

リソース グループ名。

registryName
String

レジストリ名。

webhookName
String

Webhook の名前。

戻り値

適用対象