次の方法で共有


VirtualMachineScaleSetVMsOperationsExtensions.Deallocate メソッド

定義

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

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

パラメーター

operations
IVirtualMachineScaleSetVMsOperations

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

resourceGroupName
String

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

vmScaleSetName
String

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

instanceId
String

仮想マシンのインスタンス ID。

適用対象