次の方法で共有


RestorePointCollectionsOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IRestorePointCollectionsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

適用対象