Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.servicebus.getNamespaceNetworkRuleSet
Explore with Pulumi AI
Gets NetworkRuleSet for a Namespace. API Version: 2017-04-01.
Using getNamespaceNetworkRuleSet
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 getNamespaceNetworkRuleSet(args: GetNamespaceNetworkRuleSetArgs, opts?: InvokeOptions): Promise<GetNamespaceNetworkRuleSetResult>
function getNamespaceNetworkRuleSetOutput(args: GetNamespaceNetworkRuleSetOutputArgs, opts?: InvokeOptions): Output<GetNamespaceNetworkRuleSetResult>
def get_namespace_network_rule_set(namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespaceNetworkRuleSetResult
def get_namespace_network_rule_set_output(namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceNetworkRuleSetResult]
func LookupNamespaceNetworkRuleSet(ctx *Context, args *LookupNamespaceNetworkRuleSetArgs, opts ...InvokeOption) (*LookupNamespaceNetworkRuleSetResult, error)
func LookupNamespaceNetworkRuleSetOutput(ctx *Context, args *LookupNamespaceNetworkRuleSetOutputArgs, opts ...InvokeOption) LookupNamespaceNetworkRuleSetResultOutput
> Note: This function is named LookupNamespaceNetworkRuleSet
in the Go SDK.
public static class GetNamespaceNetworkRuleSet
{
public static Task<GetNamespaceNetworkRuleSetResult> InvokeAsync(GetNamespaceNetworkRuleSetArgs args, InvokeOptions? opts = null)
public static Output<GetNamespaceNetworkRuleSetResult> Invoke(GetNamespaceNetworkRuleSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespaceNetworkRuleSetResult> getNamespaceNetworkRuleSet(GetNamespaceNetworkRuleSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:servicebus:getNamespaceNetworkRuleSet
arguments:
# arguments dictionary
The following arguments are supported:
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
- namespace
Name string The namespace name
- resource
Group stringName Name of the Resource group within the Azure subscription.
- namespace_
name str The namespace name
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
getNamespaceNetworkRuleSet Result
The following output properties are available:
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Default
Action string Default Action for Network Rule Set
- Ip
Rules List<Pulumi.Azure Native. Service Bus. Outputs. NWRule Set Ip Rules Response> List of IpRules
- Virtual
Network List<Pulumi.Rules Azure Native. Service Bus. Outputs. NWRule Set Virtual Network Rules Response> List VirtualNetwork Rules
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Default
Action string Default Action for Network Rule Set
- Ip
Rules []NWRuleSet Ip Rules Response List of IpRules
- Virtual
Network []NWRuleRules Set Virtual Network Rules Response List VirtualNetwork Rules
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- default
Action String Default Action for Network Rule Set
- ip
Rules List<NWRuleSet Ip Rules Response> List of IpRules
- virtual
Network List<NWRuleRules Set Virtual Network Rules Response> List VirtualNetwork Rules
- id string
Resource Id
- name string
Resource name
- type string
Resource type
- default
Action string Default Action for Network Rule Set
- ip
Rules NWRuleSet Ip Rules Response[] List of IpRules
- virtual
Network NWRuleRules Set Virtual Network Rules Response[] List VirtualNetwork Rules
- id str
Resource Id
- name str
Resource name
- type str
Resource type
- default_
action str Default Action for Network Rule Set
- ip_
rules Sequence[NWRuleSet Ip Rules Response] List of IpRules
- virtual_
network_ Sequence[NWRulerules Set Virtual Network Rules Response] List VirtualNetwork Rules
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- default
Action String Default Action for Network Rule Set
- ip
Rules List<Property Map> List of IpRules
- virtual
Network List<Property Map>Rules List VirtualNetwork Rules
Supporting Types
NWRuleSetIpRulesResponse
NWRuleSetVirtualNetworkRulesResponse
- Ignore
Missing boolVnet Service Endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- Subnet
Pulumi.
Azure Native. Service Bus. Inputs. Subnet Response Subnet properties
- Ignore
Missing boolVnet Service Endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- Subnet
Subnet
Response Subnet properties
- ignore
Missing BooleanVnet Service Endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- subnet
Subnet
Response Subnet properties
- ignore
Missing booleanVnet Service Endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- subnet
Subnet
Response Subnet properties
- ignore_
missing_ boolvnet_ service_ endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- subnet
Subnet
Response Subnet properties
- ignore
Missing BooleanVnet Service Endpoint Value that indicates whether to ignore missing VNet Service Endpoint
- subnet Property Map
Subnet properties
SubnetResponse
- Id string
Resource ID of Virtual Network Subnet
- Id string
Resource ID of Virtual Network Subnet
- id String
Resource ID of Virtual Network Subnet
- id string
Resource ID of Virtual Network Subnet
- id str
Resource ID of Virtual Network Subnet
- id String
Resource ID of Virtual Network Subnet
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0