次の方法で共有


IProtectionIntentOperations インターフェイス

定義

ProtectionIntentOperations 操作。

public interface IProtectionIntentOperations
type IProtectionIntentOperations = interface
Public Interface IProtectionIntentOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ProtectionIntentResource, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ValidateWithHttpMessagesAsync(String, PreValidateEnableBackupRequest, Dictionary<String,List<String>>, CancellationToken)

次の検証が行われます

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

拡張メソッド

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 関連の構成。

適用対象