NamespaceNetworkRuleSetNetworkRuleArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard

Should the ServiceBus 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 ServiceBus Namespace.