VirtualMachinesOperationsExtensions.BeginDeallocateAsync 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 System.Threading.Tasks.Task BeginDeallocateAsync (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, bool? hibernate = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeallocateAsync : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeallocateAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional hibernate As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

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)

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to