VirtualMachinesOperationsExtensions.Deallocate Method

Definition

Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses.

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)

Parameters

operations
IVirtualMachinesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

vmName
String

The name of the virtual machine.

hibernate
Nullable<Boolean>

Optional parameter to hibernate a virtual machine. (Feature in Preview)

Applies to