次の方法で共有


IWebhookOperations.GetAsync(String, CancellationToken) メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook> GetAsync (string webhookName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>
Public Function GetAsync (webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IWebhook)

パラメーター

webhookName
String

Webhook の名前。

cancellationToken
CancellationToken

戻り値

適用対象