1. Packages
  2. Azure Native
  3. API Docs
  4. cache
  5. getFirewallRule
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Gets a single firewall rule in a specified redis cache. API Version: 2020-06-01.

    Using getFirewallRule

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFirewallRule(args: GetFirewallRuleArgs, opts?: InvokeOptions): Promise<GetFirewallRuleResult>
    function getFirewallRuleOutput(args: GetFirewallRuleOutputArgs, opts?: InvokeOptions): Output<GetFirewallRuleResult>
    def get_firewall_rule(cache_name: Optional[str] = None,
                          resource_group_name: Optional[str] = None,
                          rule_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetFirewallRuleResult
    def get_firewall_rule_output(cache_name: Optional[pulumi.Input[str]] = None,
                          resource_group_name: Optional[pulumi.Input[str]] = None,
                          rule_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetFirewallRuleResult]
    func LookupFirewallRule(ctx *Context, args *LookupFirewallRuleArgs, opts ...InvokeOption) (*LookupFirewallRuleResult, error)
    func LookupFirewallRuleOutput(ctx *Context, args *LookupFirewallRuleOutputArgs, opts ...InvokeOption) LookupFirewallRuleResultOutput

    > Note: This function is named LookupFirewallRule in the Go SDK.

    public static class GetFirewallRule 
    {
        public static Task<GetFirewallRuleResult> InvokeAsync(GetFirewallRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetFirewallRuleResult> Invoke(GetFirewallRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFirewallRuleResult> getFirewallRule(GetFirewallRuleArgs args, InvokeOptions options)
    public static Output<GetFirewallRuleResult> getFirewallRule(GetFirewallRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:cache:getFirewallRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CacheName string
    The name of the Redis cache.
    ResourceGroupName string
    The name of the resource group.
    RuleName string
    The name of the firewall rule.
    CacheName string
    The name of the Redis cache.
    ResourceGroupName string
    The name of the resource group.
    RuleName string
    The name of the firewall rule.
    cacheName String
    The name of the Redis cache.
    resourceGroupName String
    The name of the resource group.
    ruleName String
    The name of the firewall rule.
    cacheName string
    The name of the Redis cache.
    resourceGroupName string
    The name of the resource group.
    ruleName string
    The name of the firewall rule.
    cache_name str
    The name of the Redis cache.
    resource_group_name str
    The name of the resource group.
    rule_name str
    The name of the firewall rule.
    cacheName String
    The name of the Redis cache.
    resourceGroupName String
    The name of the resource group.
    ruleName String
    The name of the firewall rule.

    getFirewallRule Result

    The following output properties are available:

    EndIP string
    highest IP address included in the range
    Id string
    Resource ID.
    Name string
    Resource name.
    StartIP string
    lowest IP address included in the range
    Type string
    Resource type.
    EndIP string
    highest IP address included in the range
    Id string
    Resource ID.
    Name string
    Resource name.
    StartIP string
    lowest IP address included in the range
    Type string
    Resource type.
    endIP String
    highest IP address included in the range
    id String
    Resource ID.
    name String
    Resource name.
    startIP String
    lowest IP address included in the range
    type String
    Resource type.
    endIP string
    highest IP address included in the range
    id string
    Resource ID.
    name string
    Resource name.
    startIP string
    lowest IP address included in the range
    type string
    Resource type.
    end_ip str
    highest IP address included in the range
    id str
    Resource ID.
    name str
    Resource name.
    start_ip str
    lowest IP address included in the range
    type str
    Resource type.
    endIP String
    highest IP address included in the range
    id String
    Resource ID.
    name String
    Resource name.
    startIP String
    lowest IP address included in the range
    type String
    Resource type.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v1.103.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.