Freigeben über


IVirtualMachinesOperations.BeginDeallocateWithHttpMessagesAsync Methode

Definition

Überlädt

BeginDeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)
BeginDeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Fährt den virtuellen Computer herunter und gibt die Computeressourcen frei. Die Computeressourcen, die dieser virtuelle Computer verwendet, werden Ihnen nicht in Rechnung gestellt.

BeginDeallocateWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Fährt den virtuellen Computer herunter und gibt die Computeressourcen frei. Die Computeressourcen, die dieser virtuelle Computer verwendet, werden Ihnen nicht in Rechnung gestellt.

BeginDeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeallocateWithHttpMessagesAsync (string resourceGroupName, string vmName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member BeginDeallocateWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginDeallocateWithHttpMessagesAsync (resourceGroupName As String, vmName As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse)

Parameter

resourceGroupName
String
vmName
String
customHeaders
Dictionary<String,List<String>>

Gibt zurück

Gilt für:

BeginDeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Fährt den virtuellen Computer herunter und gibt die Computeressourcen frei. Die Computeressourcen, die dieser virtuelle Computer verwendet, werden Ihnen nicht in Rechnung gestellt.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeallocateWithHttpMessagesAsync (string resourceGroupName, string vmName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member BeginDeallocateWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginDeallocateWithHttpMessagesAsync (resourceGroupName As String, vmName As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

vmName
String

Der Name des virtuellen Computers.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für:

BeginDeallocateWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Fährt den virtuellen Computer herunter und gibt die Computeressourcen frei. Die Computeressourcen, die dieser virtuelle Computer verwendet, werden Ihnen nicht in Rechnung gestellt.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeallocateWithHttpMessagesAsync (string resourceGroupName, string vmName, bool? hibernate = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginDeallocateWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginDeallocateWithHttpMessagesAsync (resourceGroupName As String, vmName As String, Optional hibernate As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

vmName
String

Der Name des virtuellen Computers.

hibernate
Nullable<Boolean>

Optionaler Parameter zum Ruhezustand eines virtuellen Computers. (Feature in der Vorschau)

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: