Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisFirewallRuleInner
Packages that use RedisFirewallRuleInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisFirewallRuleInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return RedisFirewallRuleInnerModifier and TypeMethodDescriptionFirewallRulesClient.createOrUpdate(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule.Gets a single firewall rule in a specified redis cache.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisFirewallRuleInnerModifier and TypeMethodDescriptionFirewallRulesClient.createOrUpdateAsync(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule.com.azure.core.http.rest.Response<RedisFirewallRuleInner> FirewallRulesClient.createOrUpdateWithResponse(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters, com.azure.core.util.Context context) Create or update a redis cache firewall rule.Mono<com.azure.core.http.rest.Response<RedisFirewallRuleInner>> FirewallRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule.Gets a single firewall rule in a specified redis cache.com.azure.core.http.rest.Response<RedisFirewallRuleInner> FirewallRulesClient.getWithResponse(String resourceGroupName, String cacheName, String ruleName, com.azure.core.util.Context context) Gets a single firewall rule in a specified redis cache.Mono<com.azure.core.http.rest.Response<RedisFirewallRuleInner>> FirewallRulesClient.getWithResponseAsync(String resourceGroupName, String cacheName, String ruleName) Gets a single firewall rule in a specified redis cache.com.azure.core.http.rest.PagedIterable<RedisFirewallRuleInner> Gets all firewall rules in the specified redis cache.com.azure.core.http.rest.PagedIterable<RedisFirewallRuleInner> FirewallRulesClient.list(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Gets all firewall rules in the specified redis cache.com.azure.core.http.rest.PagedFlux<RedisFirewallRuleInner> Gets all firewall rules in the specified redis cache.Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisFirewallRuleInnerModifier and TypeMethodDescriptionFirewallRulesClient.createOrUpdate(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule.FirewallRulesClient.createOrUpdateAsync(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule.com.azure.core.http.rest.Response<RedisFirewallRuleInner> FirewallRulesClient.createOrUpdateWithResponse(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters, com.azure.core.util.Context context) Create or update a redis cache firewall rule.Mono<com.azure.core.http.rest.Response<RedisFirewallRuleInner>> FirewallRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String cacheName, String ruleName, RedisFirewallRuleInner parameters) Create or update a redis cache firewall rule. -
Uses of RedisFirewallRuleInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisFirewallRuleInnerModifier and TypeMethodDescriptionstatic RedisFirewallRuleInnerRedisFirewallRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisFirewallRuleInner from the JsonReader.Set the endIp property: highest IP address included in the range.RedisFirewallRuleInner.withStartIp(String startIp) Set the startIp property: lowest IP address included in the range. -
Uses of RedisFirewallRuleInner in com.azure.resourcemanager.redis.models
Subclasses of RedisFirewallRuleInner in com.azure.resourcemanager.redis.modelsModifier and TypeClassDescriptionfinal classParameters required for creating a firewall rule on redis cache.Subinterfaces with type arguments of type RedisFirewallRuleInner in com.azure.resourcemanager.redis.modelsModifier and TypeInterfaceDescriptioninterfaceThe Azure Redis Firewall rule entries are of type RedisFirewallRule.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RedisFirewallRuleInnerModifier and TypeMethodDescriptionRedisFirewallRuleListResult.value()Get the value property: Results of the list firewall rules operation.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type RedisFirewallRuleInnerModifier and TypeMethodDescriptionRedisFirewallRuleListResult.withValue(List<RedisFirewallRuleInner> value) Set the value property: Results of the list firewall rules operation.