RedisResource.GetRedisFirewallRuleAsync(String, CancellationToken) Method
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.
Gets a single firewall rule in a specified redis cache.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{cacheName}/firewallRules/{ruleName}
- Operation Id: FirewallRules_Get
- Default Api Version: 2024-03-01
- Resource: RedisFirewallRuleResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisFirewallRuleResource>> GetRedisFirewallRuleAsync (string ruleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRedisFirewallRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisFirewallRuleResource>>
override this.GetRedisFirewallRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisFirewallRuleResource>>
Public Overridable Function GetRedisFirewallRuleAsync (ruleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RedisFirewallRuleResource))
Parameters
- ruleName
- String
The name of the firewall rule.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ruleName
is null.
ruleName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET