次の方法で共有


IFirewallRulesOperations インターフェイス

定義

FirewallRulesOperations 操作。

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

メソッド

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

Redis Cache ファイアウォール規則を作成または更新する

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

指定した Redis Cache 内の 1 つのファイアウォール規則を削除します。

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

指定した Redis Cache 内の 1 つのファイアウォール規則を取得します。

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

指定した Redis Cache 内のすべてのファイアウォール規則を取得します。

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

指定した Redis Cache 内のすべてのファイアウォール規則を取得します。

拡張メソッド

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, RedisFirewallRuleCreateParametersInner, CancellationToken)

Redis Cache ファイアウォール規則を作成または更新する

DeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

指定した Redis Cache 内の 1 つのファイアウォール規則を削除します。

GetAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

指定した Redis Cache 内の 1 つのファイアウォール規則を取得します。

ListByRedisResourceAsync(IFirewallRulesOperations, String, String, CancellationToken)

指定した Redis Cache 内のすべてのファイアウォール規則を取得します。

ListByRedisResourceNextAsync(IFirewallRulesOperations, String, CancellationToken)

指定した Redis Cache 内のすべてのファイアウォール規則を取得します。

適用対象