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