WebSiteSlotResource.GenerateNewSitePublishingPasswordSlotAsync メソッド

定義

[Generates a new publishing password for an app (or deployment slot, if specified)]\(アプリの新しい発行パスワードを生成する\) の説明 (指定されている場合はデプロイ スロット)。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/newpassword
  • 操作IdWebApps_GenerateNewSitePublishingPasswordSlot
public virtual System.Threading.Tasks.Task<Azure.Response> GenerateNewSitePublishingPasswordSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateNewSitePublishingPasswordSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.GenerateNewSitePublishingPasswordSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GenerateNewSitePublishingPasswordSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象