次の方法で共有


AppServicePlanResource.RebootWorker(String, CancellationToken) メソッド

定義

「App Service プランでワーカー マシンを再起動する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/workers/{workerName}/reboot
  • 操作IdAppServicePlans_RebootWorker
public virtual Azure.Response RebootWorker (string workerName, System.Threading.CancellationToken cancellationToken = default);
abstract member RebootWorker : string * System.Threading.CancellationToken -> Azure.Response
override this.RebootWorker : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function RebootWorker (workerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

workerName
String

ワーカー マシンの名前。通常は RD で始まります。

cancellationToken
CancellationToken

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

戻り値

例外

workerName は空の文字列であり、空でないと予想されていました。

workerName が null です。

適用対象