次の方法で共有


IProtectionPoliciesOperations インターフェイス

定義

ProtectionPoliciesOperations 操作。

public interface IProtectionPoliciesOperations
type IProtectionPoliciesOperations = interface
Public Interface IProtectionPoliciesOperations

メソッド

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

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

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

バックアップ ポリシーを作成または変更します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

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

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

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

Recovery Services コンテナーに関連付けられているバックアップ ポリシーの詳細を提供します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

拡張メソッド

BeginDelete(IProtectionPoliciesOperations, String, String, String)

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

BeginDeleteAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

CreateOrUpdate(IProtectionPoliciesOperations, String, String, String, ProtectionPolicyResource)

バックアップ ポリシーを作成または変更します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

CreateOrUpdateAsync(IProtectionPoliciesOperations, String, String, String, ProtectionPolicyResource, CancellationToken)

バックアップ ポリシーを作成または変更します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

Delete(IProtectionPoliciesOperations, String, String, String)

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

DeleteAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

指定したバックアップ ポリシーを Recovery Services コンテナーから削除します。 これは非同期操作です。 操作の状態は、GetProtectionPolicyOperationResult API を使用してフェッチできます。

Get(IProtectionPoliciesOperations, String, String, String)

Recovery Services コンテナーに関連付けられているバックアップ ポリシーの詳細を提供します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

GetAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

Recovery Services コンテナーに関連付けられているバックアップ ポリシーの詳細を提供します。 これは非同期操作です。 操作の状態は、GetPolicyOperationResult API を使用してフェッチできます。

適用対象