Freigeben über


DiskRestorePointOperationsExtensions.BeginGrantAccessAsync Methode

Definition

Gewährt Zugriff auf ein diskRestorePoint-Objekt.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.AccessUri> BeginGrantAccessAsync (this Microsoft.Azure.Management.Compute.IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, Microsoft.Azure.Management.Compute.Models.GrantAccessData grantAccessData, System.Threading.CancellationToken cancellationToken = default);
static member BeginGrantAccessAsync : Microsoft.Azure.Management.Compute.IDiskRestorePointOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GrantAccessData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.AccessUri>
<Extension()>
Public Function BeginGrantAccessAsync (operations As IDiskRestorePointOperations, resourceGroupName As String, restorePointCollectionName As String, vmRestorePointName As String, diskRestorePointName As String, grantAccessData As GrantAccessData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessUri)

Parameter

operations
IDiskRestorePointOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

restorePointCollectionName
String

Der Name der Wiederherstellungspunktsammlung, zu der der Datenträgerwiederherstellungspunkt gehört.

vmRestorePointName
String

Der Name des VM-Wiederherstellungspunkts, zu dem der Datenträgerwiederherstellungspunkt gehört.

diskRestorePointName
String

Der Name des erstellten Datenträgerwiederherstellungspunkts.

grantAccessData
GrantAccessData

Access-Datenobjekt, das im Text des Vorgangs zum Abrufen des Datenträgerzugriffs bereitgestellt wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: