NamespaceNetworkRuleSetNetworkRuleArgs

data class NamespaceNetworkRuleSetNetworkRuleArgs(val ignoreMissingVnetServiceEndpoint: Output<Boolean>? = null, val subnetId: Output<String>) : ConvertibleToJava<NamespaceNetworkRuleSetNetworkRuleArgs>

Constructors

Link copied to clipboard
constructor(ignoreMissingVnetServiceEndpoint: Output<Boolean>? = null, subnetId: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val subnetId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): NamespaceNetworkRuleSetNetworkRuleArgs