Share via


IFirewallRulesOperations Interface

Definition

FirewallRulesOperations operations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Methods

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

Create or update a redis cache firewall rule

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

Deletes a single firewall rule in a specified redis cache.

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

Gets a single firewall rule in a specified redis cache.

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

Gets all firewall rules in the specified redis cache.

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

Gets all firewall rules in the specified redis cache.

Extension Methods

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

Create or update a redis cache firewall rule

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

Deletes a single firewall rule in a specified redis cache.

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

Gets a single firewall rule in a specified redis cache.

ListByRedisResourceAsync(IFirewallRulesOperations, String, String, CancellationToken)

Gets all firewall rules in the specified redis cache.

ListByRedisResourceNextAsync(IFirewallRulesOperations, String, CancellationToken)

Gets all firewall rules in the specified redis cache.

Applies to