Namespace Network Rule Set
data class NamespaceNetworkRuleSet(val defaultAction: String? = null, val ipRules: List<String>? = null, val networkRules: List<NamespaceNetworkRuleSetNetworkRule>? = null, val publicNetworkAccessEnabled: Boolean? = null, val trustedServicesAllowed: Boolean? = null)
Constructors
Link copied to clipboard
fun NamespaceNetworkRuleSet(defaultAction: String? = null, ipRules: List<String>? = null, networkRules: List<NamespaceNetworkRuleSetNetworkRule>? = null, publicNetworkAccessEnabled: Boolean? = null, trustedServicesAllowed: Boolean? = null)
Types
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