次の方法で共有


DiskRestorePointOperationsExtensions.BeginGrantAccess メソッド

定義

diskRestorePoint へのアクセスを許可します。

public static Microsoft.Azure.Management.Compute.Models.AccessUri BeginGrantAccess (this Microsoft.Azure.Management.Compute.IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, Microsoft.Azure.Management.Compute.Models.GrantAccessData grantAccessData);
static member BeginGrantAccess : Microsoft.Azure.Management.Compute.IDiskRestorePointOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GrantAccessData -> Microsoft.Azure.Management.Compute.Models.AccessUri
<Extension()>
Public Function BeginGrantAccess (operations As IDiskRestorePointOperations, resourceGroupName As String, restorePointCollectionName As String, vmRestorePointName As String, diskRestorePointName As String, grantAccessData As GrantAccessData) As AccessUri

パラメーター

operations
IDiskRestorePointOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

restorePointCollectionName
String

ディスク復元ポイントが属する復元ポイント コレクションの名前。

vmRestorePointName
String

ディスク ディスク復元ポイントが属する VM 復元ポイントの名前。

diskRestorePointName
String

作成されたディスク復元ポイントの名前。

grantAccessData
GrantAccessData

ディスク アクセスの取得操作の本文で指定されたアクセス データ オブジェクト。

戻り値

適用対象