次の方法で共有


VirtualMachinesOperationsExtensions.Deallocate メソッド

定義

仮想マシンをシャットダウンし、コンピューティング リソースを解放します。 この仮想マシンで使用されるコンピューティング リソースに対しては課金されません。

public static void Deallocate (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, bool? hibernate = default);
static member Deallocate : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Nullable<bool> -> unit
<Extension()>
Public Sub Deallocate (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional hibernate As Nullable(Of Boolean) = Nothing)

パラメーター

operations
IVirtualMachinesOperations

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

resourceGroupName
String

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

vmName
String

仮想マシンの名前。

hibernate
Nullable<Boolean>

仮想マシンを休止状態にする省略可能なパラメーター。 (プレビューの機能)

適用対象