Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.eventhub.getNamespaceIpFilterRule
Explore with Pulumi AI
Gets an IpFilterRule for a Namespace by rule name. API Version: 2018-01-01-preview.
Using getNamespaceIpFilterRule
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 getNamespaceIpFilterRule(args: GetNamespaceIpFilterRuleArgs, opts?: InvokeOptions): Promise<GetNamespaceIpFilterRuleResult>
function getNamespaceIpFilterRuleOutput(args: GetNamespaceIpFilterRuleOutputArgs, opts?: InvokeOptions): Output<GetNamespaceIpFilterRuleResult>
def get_namespace_ip_filter_rule(ip_filter_rule_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespaceIpFilterRuleResult
def get_namespace_ip_filter_rule_output(ip_filter_rule_name: Optional[pulumi.Input[str]] = None,
namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceIpFilterRuleResult]
func LookupNamespaceIpFilterRule(ctx *Context, args *LookupNamespaceIpFilterRuleArgs, opts ...InvokeOption) (*LookupNamespaceIpFilterRuleResult, error)
func LookupNamespaceIpFilterRuleOutput(ctx *Context, args *LookupNamespaceIpFilterRuleOutputArgs, opts ...InvokeOption) LookupNamespaceIpFilterRuleResultOutput
> Note: This function is named LookupNamespaceIpFilterRule
in the Go SDK.
public static class GetNamespaceIpFilterRule
{
public static Task<GetNamespaceIpFilterRuleResult> InvokeAsync(GetNamespaceIpFilterRuleArgs args, InvokeOptions? opts = null)
public static Output<GetNamespaceIpFilterRuleResult> Invoke(GetNamespaceIpFilterRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespaceIpFilterRuleResult> getNamespaceIpFilterRule(GetNamespaceIpFilterRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:eventhub:getNamespaceIpFilterRule
arguments:
# arguments dictionary
The following arguments are supported:
- Ip
Filter stringRule Name The IP Filter Rule name.
- Namespace
Name string The Namespace name
- Resource
Group stringName Name of the resource group within the azure subscription.
- Ip
Filter stringRule Name The IP Filter Rule name.
- Namespace
Name string The Namespace name
- Resource
Group stringName Name of the resource group within the azure subscription.
- ip
Filter StringRule Name The IP Filter Rule name.
- namespace
Name String The Namespace name
- resource
Group StringName Name of the resource group within the azure subscription.
- ip
Filter stringRule Name The IP Filter Rule name.
- namespace
Name string The Namespace name
- resource
Group stringName Name of the resource group within the azure subscription.
- ip_
filter_ strrule_ name The IP Filter Rule name.
- namespace_
name str The Namespace name
- resource_
group_ strname Name of the resource group within the azure subscription.
- ip
Filter StringRule Name The IP Filter Rule name.
- namespace
Name String The Namespace name
- resource
Group StringName Name of the resource group within the azure subscription.
getNamespaceIpFilterRule Result
The following output properties are available:
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Action string
The IP Filter Action
- Filter
Name string IP Filter name
- Ip
Mask string IP Mask
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Action string
The IP Filter Action
- Filter
Name string IP Filter name
- Ip
Mask string IP Mask
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- action String
The IP Filter Action
- filter
Name String IP Filter name
- ip
Mask String IP Mask
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
The name of the resource
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- action string
The IP Filter Action
- filter
Name string IP Filter name
- ip
Mask string IP Mask
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
The name of the resource
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- action str
The IP Filter Action
- filter_
name str IP Filter name
- ip_
mask str IP Mask
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- action String
The IP Filter Action
- filter
Name String IP Filter name
- ip
Mask String IP Mask
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0