Get Namespace Network Rule Set Result
data class GetNamespaceNetworkRuleSetResult(val defaultAction: String? = null, val id: String, val ipRules: List<NWRuleSetIpRulesResponse>? = null, val location: String, val name: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val trustedServiceAccessEnabled: Boolean? = null, val type: String, val virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)
Description of NetworkRuleSet resource.
Constructors
Link copied to clipboard
fun GetNamespaceNetworkRuleSetResult(defaultAction: String? = null, id: String, ipRules: List<NWRuleSetIpRulesResponse>? = null, location: String, name: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, trustedServiceAccessEnabled: Boolean? = null, type: String, virtualNetworkRules: List<NWRuleSetVirtualNetworkRulesResponse>? = null)