次の方法で共有


ContainerRegistryWebhookResource.PingAsync(CancellationToken) メソッド

定義

webhook に送信される ping イベントをトリガーします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/ping
  • 操作IdWebhooks_Ping
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo>> PingAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member PingAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo>>
override this.PingAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo>>
Public Overridable Function PingAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerRegistryWebhookEventInfo))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象