Freigeben über


ISnapshotsOperations.BeginCreateOrUpdateWithHttpMessagesAsync Methode

Definition

Erstellt oder aktualisiert einen Momentaufnahme.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Snapshot>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.Snapshot snapshot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Compute.Models.Snapshot * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Snapshot>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, snapshotName As String, snapshot As Snapshot, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Snapshot))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

snapshotName
String

Der Name des Momentaufnahme, der erstellt wird. Der Name kann nicht geändert werden, nachdem die Momentaufnahme erstellt wurde. Unterstützte Zeichen für den Namen sind a-z, A-Z, 0-9, _ und -. Die maximale Namenslänge beträgt 80 Zeichen.

snapshot
Snapshot

Momentaufnahmeobjekt, das im Textkörper des Vorgangs Datenträger put bereitgestellt wird.

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 die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: