次の方法で共有


AutomationAccountResource.GenerateUriWebhookAsync(CancellationToken) メソッド

定義

Webhook の作成に使用する URI を生成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/generateUri
  • 操作IdWebhook_GenerateUri
public virtual System.Threading.Tasks.Task<Azure.Response<string>> GenerateUriWebhookAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateUriWebhookAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GenerateUriWebhookAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function GenerateUriWebhookAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象