次の方法で共有


DiskRestorePointOperationsExtensions.BeginRevokeAccess メソッド

定義

diskRestorePoint へのアクセスを取り消します。

public static void BeginRevokeAccess (this Microsoft.Azure.Management.Compute.IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName);
static member BeginRevokeAccess : Microsoft.Azure.Management.Compute.IDiskRestorePointOperations * string * string * string * string -> unit
<Extension()>
Public Sub BeginRevokeAccess (operations As IDiskRestorePointOperations, resourceGroupName As String, restorePointCollectionName As String, vmRestorePointName As String, diskRestorePointName As String)

パラメーター

operations
IDiskRestorePointOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

vmRestorePointName
String

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

diskRestorePointName
String

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

適用対象