azure-native.servicebus.NamespaceVirtualNetworkRule
Explore with Pulumi AI
Single item in a List or Get VirtualNetworkRules operation
Uses Azure REST API version 2018-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2018-01-01-preview.
Create NamespaceVirtualNetworkRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NamespaceVirtualNetworkRule(name: string, args: NamespaceVirtualNetworkRuleArgs, opts?: CustomResourceOptions);
@overload
def NamespaceVirtualNetworkRule(resource_name: str,
args: NamespaceVirtualNetworkRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NamespaceVirtualNetworkRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
virtual_network_rule_name: Optional[str] = None,
virtual_network_subnet_id: Optional[str] = None)
func NewNamespaceVirtualNetworkRule(ctx *Context, name string, args NamespaceVirtualNetworkRuleArgs, opts ...ResourceOption) (*NamespaceVirtualNetworkRule, error)
public NamespaceVirtualNetworkRule(string name, NamespaceVirtualNetworkRuleArgs args, CustomResourceOptions? opts = null)
public NamespaceVirtualNetworkRule(String name, NamespaceVirtualNetworkRuleArgs args)
public NamespaceVirtualNetworkRule(String name, NamespaceVirtualNetworkRuleArgs args, CustomResourceOptions options)
type: azure-native:servicebus:NamespaceVirtualNetworkRule
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. NamespaceVirtualNetworkRuleArgs - 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. NamespaceVirtualNetworkRuleArgs - 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. NamespaceVirtualNetworkRuleArgs - 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. NamespaceVirtualNetworkRuleArgs - 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. NamespaceVirtualNetworkRuleArgs - 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_nativeNamespaceVirtualNetworkRuleResource = new AzureNative.ServiceBus.NamespaceVirtualNetworkRule("azure-nativeNamespaceVirtualNetworkRuleResource", new()
{
NamespaceName = "string",
ResourceGroupName = "string",
VirtualNetworkRuleName = "string",
VirtualNetworkSubnetId = "string",
});
example, err := servicebus.NewNamespaceVirtualNetworkRule(ctx, "azure-nativeNamespaceVirtualNetworkRuleResource", &servicebus.NamespaceVirtualNetworkRuleArgs{
NamespaceName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
VirtualNetworkRuleName: pulumi.String("string"),
VirtualNetworkSubnetId: pulumi.String("string"),
})
var azure_nativeNamespaceVirtualNetworkRuleResource = new NamespaceVirtualNetworkRule("azure-nativeNamespaceVirtualNetworkRuleResource", NamespaceVirtualNetworkRuleArgs.builder()
.namespaceName("string")
.resourceGroupName("string")
.virtualNetworkRuleName("string")
.virtualNetworkSubnetId("string")
.build());
azure_native_namespace_virtual_network_rule_resource = azure_native.servicebus.NamespaceVirtualNetworkRule("azure-nativeNamespaceVirtualNetworkRuleResource",
namespace_name="string",
resource_group_name="string",
virtual_network_rule_name="string",
virtual_network_subnet_id="string")
const azure_nativeNamespaceVirtualNetworkRuleResource = new azure_native.servicebus.NamespaceVirtualNetworkRule("azure-nativeNamespaceVirtualNetworkRuleResource", {
namespaceName: "string",
resourceGroupName: "string",
virtualNetworkRuleName: "string",
virtualNetworkSubnetId: "string",
});
type: azure-native:servicebus:NamespaceVirtualNetworkRule
properties:
namespaceName: string
resourceGroupName: string
virtualNetworkRuleName: string
virtualNetworkSubnetId: string
NamespaceVirtualNetworkRule 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 NamespaceVirtualNetworkRule 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.
- Virtual
Network Rule Name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- Virtual
Network stringSubnet Id - Resource ID of Virtual Network Subnet
- 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.
- Virtual
Network Rule Name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- Virtual
Network stringSubnet Id - Resource ID of Virtual Network Subnet
- 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.
- virtual
Network Rule Name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- virtual
Network StringSubnet Id - Resource ID of Virtual Network Subnet
- 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.
- virtual
Network Rule Name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- virtual
Network stringSubnet Id - Resource ID of Virtual Network Subnet
- 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.
- virtual_
network_ rule_ name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- virtual_
network_ strsubnet_ id - Resource ID of Virtual Network Subnet
- 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.
- virtual
Network Rule Name Changes to this property will trigger replacement.
- The Virtual Network Rule name.
- virtual
Network StringSubnet Id - Resource ID of Virtual Network Subnet
Outputs
All input properties are implicitly available as output properties. Additionally, the NamespaceVirtualNetworkRule resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name
- Type string
- Resource type
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name
- Type string
- Resource type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name
- type String
- Resource type
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name
- type string
- Resource type
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name
- type str
- Resource type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name
- type String
- Resource type
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:servicebus:NamespaceVirtualNetworkRule sdk-VirtualNetworkRules-9191 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0