ProtectionIntentOperationsExtensions.Delete メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムから意図を削除するために使用されます
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
削除する意図。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET