Freigeben über


ISnapshotsOperations.GrantAccessWithHttpMessagesAsync Methode

Definition

Gewährt Zugriff auf eine Momentaufnahme.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.AccessUri>> GrantAccessWithHttpMessagesAsync (string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.GrantAccessData grantAccessData, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GrantAccessWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Compute.Models.GrantAccessData * 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.AccessUri>>
Public Function GrantAccessWithHttpMessagesAsync (resourceGroupName As String, snapshotName As String, grantAccessData As GrantAccessData, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AccessUri))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

snapshotName
String

Der Name der Momentaufnahme, die 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 Länge des Namens beträgt 80 Zeichen.

grantAccessData
GrantAccessData

Access-Datenobjekt, das im Text des Zugriffsvorgangs get Momentaufnahme 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: