次の方法で共有


VirtualMachineScaleSetsOperationsExtensions.BeginDeallocate メソッド

定義

VM スケール セット内の特定の仮想マシンの割り当てを解除します。 仮想マシンをシャットダウンし、コンピューティング リソースを解放します。 この仮想マシン スケール セットが割り当てを解除したコンピューティング リソースに対しては課金されません。

public static void BeginDeallocate (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, bool? hibernate = default, System.Collections.Generic.IList<string> instanceIds = default);
static member BeginDeallocate : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub BeginDeallocate (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String, Optional hibernate As Nullable(Of Boolean) = Nothing, Optional instanceIds As IList(Of String) = Nothing)

パラメーター

operations
IVirtualMachineScaleSetsOperations

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

resourceGroupName
String

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

vmScaleSetName
String

VM スケール セットの名前。

hibernate
Nullable<Boolean>

VM スケール セットから仮想マシンを休止状態にする省略可能なパラメーター。 (この機能は、フレキシブル オーケストレーション モードの VMSS でのみ使用できます)

instanceIds
IList<String>

仮想マシン スケール セットのインスタンス ID。 仮想マシン スケール セットのインスタンス ID を省略すると、仮想マシン スケール セット内のすべての仮想マシンで操作が実行されます。

適用対象