IFirewallRulesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET