Class NamespaceNetworkRuleSetState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ServiceBus
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NamespaceNetworkRuleSetState : ResourceArgs
Constructors
View SourceNamespaceNetworkRuleSetState()
Declaration
public NamespaceNetworkRuleSetState()
Properties
View SourceDefaultAction
Specifies the default action for the ServiceBus Namespace Network Rule Set. Possible values are Allow and Deny. Defaults to Deny.
Declaration
public Input<string> DefaultAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpRules
One or more IP Addresses, or CIDR Blocks which should be able to access the ServiceBus Namespace.
Declaration
public InputList<string> IpRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NamespaceName
Specifies the ServiceBus Namespace name to which to attach the ServiceBus Namespace Network Rule Set. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkRules
One or more network_rules blocks as defined below.
Declaration
public InputList<NamespaceNetworkRuleSetNetworkRuleGetArgs> NetworkRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NamespaceNetworkRuleSetNetworkRuleGetArgs> |
ResourceGroupName
Specifies the name of the Resource Group where the ServiceBus Namespace Network Rule Set should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |