Namespace Network Rule Set Args
data class NamespaceNetworkRuleSetArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<String>>? = null, val networkRules: Output<List<NamespaceNetworkRuleSetNetworkRuleArgs>>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val trustedServicesAllowed: Output<Boolean>? = null) : ConvertibleToJava<NamespaceNetworkRuleSetArgs>
Constructors
Link copied to clipboard
fun NamespaceNetworkRuleSetArgs(defaultAction: Output<String>? = null, ipRules: Output<List<String>>? = null, networkRules: Output<List<NamespaceNetworkRuleSetNetworkRuleArgs>>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, trustedServicesAllowed: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Are Azure Services that are known and trusted for this resource type are allowed to bypass firewall configuration? See Trusted Microsoft Services