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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

List of IpRules

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

List VirtualNetwork Rules