Show / Hide Table of Contents

Class NamespaceNetworkRuleSetNetworkRule

Inheritance
System.Object
NamespaceNetworkRuleSetNetworkRule
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NamespaceNetworkRuleSetNetworkRule

Fields

View Source

IgnoreMissingVnetServiceEndpoint

Should the ServiceBus Namespace Network Rule Set ignore missing Virtual Network Service Endpoint option in the Subnet? Defaults to false.

Declaration
public readonly bool? IgnoreMissingVnetServiceEndpoint
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SubnetId

The Subnet ID which should be able to access this ServiceBus Namespace.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.