次の方法で共有


CSMProtectionPolicyOperationsExtensions クラス

定義

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

メソッド

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)

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

適用対象