次の方法で共有


RestorePointsOperationsExtensions.BeginDelete メソッド

定義

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

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

パラメーター

operations
IRestorePointsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

restorePointName
String

復元ポイントの名前。

適用対象