GetNamespaceNetworkRuleSetResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

Default Action for Network Rule Set

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

List of IpRules

Link copied to clipboard

Resource name

Link copied to clipboard

Resource type

Link copied to clipboard

List VirtualNetwork Rules