Show / Hide Table of Contents

Class NamespaceNetworkRuleSetNetworkRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NamespaceNetworkRuleSetNetworkRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

NamespaceNetworkRuleSetNetworkRuleArgs()

Declaration
public NamespaceNetworkRuleSetNetworkRuleArgs()

Properties

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 Input<bool> IgnoreMissingVnetServiceEndpoint { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.