WebhooksOperationsExtensions.GetCallbackConfigAsync メソッド

定義

webhook のサービス URI とカスタム ヘッダーの構成を取得します。

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

パラメーター

operations
IWebhooksOperations

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

resourceGroupName
String

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

registryName
String

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

webhookName
String

Webhook の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象