IFirewallRulesOperations Interface

Definition

FirewallRulesOperations operations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RedisFirewallRule, 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.

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

Gets all firewall rules in the specified redis cache.

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

Gets all firewall rules in the specified redis cache.

Extension Methods

CreateOrUpdate(IFirewallRulesOperations, String, String, String, RedisFirewallRule)

Create or update a redis cache firewall rule

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, RedisFirewallRule, CancellationToken)

Create or update a redis cache firewall rule

Delete(IFirewallRulesOperations, String, String, String)

Deletes a single firewall rule in a specified redis cache.

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

Deletes a single firewall rule in a specified redis cache.

Get(IFirewallRulesOperations, String, String, String)

Gets 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.

List(IFirewallRulesOperations, String, String)

Gets all firewall rules in the specified redis cache.

ListAsync(IFirewallRulesOperations, String, String, CancellationToken)

Gets all firewall rules in the specified redis cache.

ListNext(IFirewallRulesOperations, String)

Gets all firewall rules in the specified redis cache.

ListNextAsync(IFirewallRulesOperations, String, CancellationToken)

Gets all firewall rules in the specified redis cache.

Applies to