次の方法で共有


WebSiteSlotResource.StopSlotAsync(CancellationToken) メソッド

定義

アプリを停止する (または、指定した場合はデプロイ スロット) の説明。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象