次の方法で共有


RestorePointCollectionsOperationsExtensions.BeginDelete メソッド

定義

復元ポイント コレクションを削除する操作。 この操作により、含まれているすべての復元ポイントも削除されます。

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

パラメーター

operations
IRestorePointCollectionsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

復元ポイント コレクションの名前。

適用対象