次の方法で共有


ProtectionIntentOperationsExtensions クラス

定義

ProtectionIntentOperations の拡張メソッド。

public static class ProtectionIntentOperationsExtensions
type ProtectionIntentOperationsExtensions = class
Public Module ProtectionIntentOperationsExtensions
継承
ProtectionIntentOperationsExtensions

メソッド

CreateOrUpdate(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource)

項目のバックアップを有効にするための意図を作成します。 これは同期操作です。

CreateOrUpdateAsync(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource, CancellationToken)

項目のバックアップを有効にするための意図を作成します。 これは同期操作です。

Delete(IProtectionIntentOperations, String, String, String, String)

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

DeleteAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken)

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

Get(IProtectionIntentOperations, String, String, String, String)

保護インテントアップ項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

GetAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken)

保護インテントアップ項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

Validate(IProtectionIntentOperations, String, PreValidateEnableBackupRequest)

次の検証が行われます

  1. コンテナーの容量
  2. VM は既に保護されています
  3. プロパティで渡される VM 関連の構成。
ValidateAsync(IProtectionIntentOperations, String, PreValidateEnableBackupRequest, CancellationToken)

次の検証が行われます

  1. コンテナーの容量
  2. VM は既に保護されています
  3. プロパティで渡される VM 関連の構成。

適用対象