次の方法で共有


AppServiceEnvironmentsOperationsExtensions.Reboot メソッド

定義

App Service Environment内のすべてのマシンを再起動します。

public static void Reboot(this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);
static member Reboot : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -> unit
<Extension()>
Public Sub Reboot (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String)

パラメーター

operations
IAppServiceEnvironmentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

App Service Environmentの名前。

注釈

「App Service Environment内のすべてのマシンを再起動する」の説明。

適用対象