次の方法で共有


ICSMProtectionPolicyOperations インターフェイス

定義

Azure Backup拡張機能の保護ポリシー操作の定義。

public interface ICSMProtectionPolicyOperations
type ICSMProtectionPolicyOperations = interface
Public Interface ICSMProtectionPolicyOperations

メソッド

AddAsync(String, String, String, CSMAddProtectionPolicyRequest, CustomRequestHeaders, CancellationToken)

新しい保護ポリシーを作成します。

DeleteAsync(String, String, String, CustomRequestHeaders, CancellationToken)

保護ポリシーを削除します。

ListAsync(String, String, CustomRequestHeaders, CancellationToken)

すべての保護ポリシーの一覧を取得します。

UpdateAsync(String, String, String, CSMUpdateProtectionPolicyRequest, CustomRequestHeaders, CancellationToken)

保護ポリシーを更新します。

拡張メソッド

Add(ICSMProtectionPolicyOperations, String, String, String, CSMAddProtectionPolicyRequest, CustomRequestHeaders)

新しい保護ポリシーを作成します。

AddAsync(ICSMProtectionPolicyOperations, String, String, String, CSMAddProtectionPolicyRequest, CustomRequestHeaders)

新しい保護ポリシーを作成します。

Delete(ICSMProtectionPolicyOperations, String, String, String, CustomRequestHeaders)

保護ポリシーを削除します。

DeleteAsync(ICSMProtectionPolicyOperations, String, String, String, CustomRequestHeaders)

保護ポリシーを削除します。

List(ICSMProtectionPolicyOperations, String, String, CustomRequestHeaders)

すべての保護ポリシーの一覧を取得します。

ListAsync(ICSMProtectionPolicyOperations, String, String, CustomRequestHeaders)

すべての保護ポリシーの一覧を取得します。

Update(ICSMProtectionPolicyOperations, String, String, String, CSMUpdateProtectionPolicyRequest, CustomRequestHeaders)

保護ポリシーを更新します。

UpdateAsync(ICSMProtectionPolicyOperations, String, String, String, CSMUpdateProtectionPolicyRequest, CustomRequestHeaders)

保護ポリシーを更新します。

適用対象