azure-native-v2.servicebus.NamespaceIpFilterRule
Explore with Pulumi AI
Single item in a List or Get IpFilterRules operation Azure REST API version: 2018-01-01-preview. Prior API version in Azure Native 1.x: 2018-01-01-preview.
Create NamespaceIpFilterRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NamespaceIpFilterRule(name: string, args: NamespaceIpFilterRuleArgs, opts?: CustomResourceOptions);
@overload
def NamespaceIpFilterRule(resource_name: str,
args: NamespaceIpFilterRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NamespaceIpFilterRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
action: Optional[Union[str, IPAction]] = None,
filter_name: Optional[str] = None,
ip_filter_rule_name: Optional[str] = None,
ip_mask: Optional[str] = None)
func NewNamespaceIpFilterRule(ctx *Context, name string, args NamespaceIpFilterRuleArgs, opts ...ResourceOption) (*NamespaceIpFilterRule, error)
public NamespaceIpFilterRule(string name, NamespaceIpFilterRuleArgs args, CustomResourceOptions? opts = null)
public NamespaceIpFilterRule(String name, NamespaceIpFilterRuleArgs args)
public NamespaceIpFilterRule(String name, NamespaceIpFilterRuleArgs args, CustomResourceOptions options)
type: azure-native:servicebus:NamespaceIpFilterRule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NamespaceIpFilterRuleArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. NamespaceIpFilterRuleArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NamespaceIpFilterRuleArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. NamespaceIpFilterRuleArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. NamespaceIpFilterRuleArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var azure_nativeNamespaceIpFilterRuleResource = new AzureNative.Servicebus.NamespaceIpFilterRule("azure-nativeNamespaceIpFilterRuleResource", new()
{
NamespaceName = "string",
ResourceGroupName = "string",
Action = "string",
FilterName = "string",
IpFilterRuleName = "string",
IpMask = "string",
});
example, err := servicebus.NewNamespaceIpFilterRule(ctx, "azure-nativeNamespaceIpFilterRuleResource", &servicebus.NamespaceIpFilterRuleArgs{
NamespaceName: "string",
ResourceGroupName: "string",
Action: "string",
FilterName: "string",
IpFilterRuleName: "string",
IpMask: "string",
})
var azure_nativeNamespaceIpFilterRuleResource = new NamespaceIpFilterRule("azure-nativeNamespaceIpFilterRuleResource", NamespaceIpFilterRuleArgs.builder()
.namespaceName("string")
.resourceGroupName("string")
.action("string")
.filterName("string")
.ipFilterRuleName("string")
.ipMask("string")
.build());
azure_native_namespace_ip_filter_rule_resource = azure_native.servicebus.NamespaceIpFilterRule("azure-nativeNamespaceIpFilterRuleResource",
namespace_name=string,
resource_group_name=string,
action=string,
filter_name=string,
ip_filter_rule_name=string,
ip_mask=string)
const azure_nativeNamespaceIpFilterRuleResource = new azure_native.servicebus.NamespaceIpFilterRule("azure-nativeNamespaceIpFilterRuleResource", {
namespaceName: "string",
resourceGroupName: "string",
action: "string",
filterName: "string",
ipFilterRuleName: "string",
ipMask: "string",
});
type: azure-native:servicebus:NamespaceIpFilterRule
properties:
action: string
filterName: string
ipFilterRuleName: string
ipMask: string
namespaceName: string
resourceGroupName: string
NamespaceIpFilterRule Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NamespaceIpFilterRule resource accepts the following input properties:
- Namespace
Name This property is required. Changes to this property will trigger replacement.
- The namespace name
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Action
string | Pulumi.
Azure Native. Service Bus. IPAction - The IP Filter Action
- Filter
Name string - IP Filter name
- Ip
Filter Rule Name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- Ip
Mask string - IP Mask
- Namespace
Name This property is required. Changes to this property will trigger replacement.
- The namespace name
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Action string | IPAction
- The IP Filter Action
- Filter
Name string - IP Filter name
- Ip
Filter Rule Name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- Ip
Mask string - IP Mask
- namespace
Name This property is required. Changes to this property will trigger replacement.
- The namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- action String | IPAction
- The IP Filter Action
- filter
Name String - IP Filter name
- ip
Filter Rule Name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- ip
Mask String - IP Mask
- namespace
Name This property is required. Changes to this property will trigger replacement.
- The namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- action string | IPAction
- The IP Filter Action
- filter
Name string - IP Filter name
- ip
Filter Rule Name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- ip
Mask string - IP Mask
- namespace_
name This property is required. Changes to this property will trigger replacement.
- The namespace name
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- action str | IPAction
- The IP Filter Action
- filter_
name str - IP Filter name
- ip_
filter_ rule_ name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- ip_
mask str - IP Mask
- namespace
Name This property is required. Changes to this property will trigger replacement.
- The namespace name
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- action String | "Accept" | "Reject"
- The IP Filter Action
- filter
Name String - IP Filter name
- ip
Filter Rule Name Changes to this property will trigger replacement.
- The IP Filter Rule name.
- ip
Mask String - IP Mask
Outputs
All input properties are implicitly available as output properties. Additionally, the NamespaceIpFilterRule resource produces the following output properties:
Supporting Types
IPAction, IPActionArgs
- Accept
- Accept
- Reject
- Reject
- IPAction
Accept - Accept
- IPAction
Reject - Reject
- Accept
- Accept
- Reject
- Reject
- Accept
- Accept
- Reject
- Reject
- ACCEPT
- Accept
- REJECT
- Reject
- "Accept"
- Accept
- "Reject"
- Reject
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:servicebus:NamespaceIpFilterRule sdk-IPFilterRules-7337 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0