次の方法で共有


RestorePointsOperationsExtensions.Delete メソッド

定義

復元ポイントを削除する操作。

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

パラメーター

operations
IRestorePointsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

restorePointName
String

復元ポイントの名前。

適用対象