次の方法で共有


WebhooksOperationsExtensions.GetAsync メソッド

定義

指定した webhook のプロパティを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook> GetAsync (this Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ContainerRegistry.IWebhooksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Webhook>
<Extension()>
Public Function GetAsync (operations As IWebhooksOperations, resourceGroupName As String, registryName As String, webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Webhook)

パラメーター

operations
IWebhooksOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

webhookName
String

Webhook の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象