次の方法で共有


CloudServicesOperationsExtensions.BeginPowerOff メソッド

定義

クラウド サービスの電源をオフにします。 リソースは引き続きアタッチされ、リソースに対して課金されることに注意してください。

public static void BeginPowerOff(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName);
static member BeginPowerOff : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string -> unit
<Extension()>
Public Sub BeginPowerOff (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String)

パラメーター

operations
ICloudServicesOperations

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

resourceGroupName
String

リソース グループの名前。

cloudServiceName
String

クラウド サービスの名前。

適用対象