Class NamespaceNetworkRuleSetNetworkRuleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NamespaceNetworkRuleSetNetworkRuleArgs : ResourceArgs
Constructors
View SourceNamespaceNetworkRuleSetNetworkRuleArgs()
Declaration
public NamespaceNetworkRuleSetNetworkRuleArgs()
Properties
View SourceIgnoreMissingVnetServiceEndpoint
Should the ServiceBus Namespace Network Rule Set ignore missing Virtual Network Service Endpoint option in the Subnet? Defaults to false.
Declaration
public Input<bool> IgnoreMissingVnetServiceEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SubnetId
The Subnet ID which should be able to access this ServiceBus Namespace.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |