次の方法で共有


ProtectionIntentOperationsExtensions.Delete メソッド

定義

アイテムから意図を削除するために使用されます

public static void Delete (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations operations, string vaultName, string resourceGroupName, string fabricName, string intentObjectName);
static member Delete : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IProtectionIntentOperations, vaultName As String, resourceGroupName As String, fabricName As String, intentObjectName As String)

パラメーター

operations
IProtectionIntentOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String

意図に関連付けられているファブリック名。

intentObjectName
String

削除する意図。

適用対象