AccountNetworkRules

data class AccountNetworkRules(val bypasses: List<String>? = null, val defaultAction: String, val ipRules: List<String>? = null, val privateLinkAccesses: List<AccountNetworkRulesPrivateLinkAccess>? = null, val virtualNetworkSubnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(bypasses: List<String>? = null, defaultAction: String, ipRules: List<String>? = null, privateLinkAccesses: List<AccountNetworkRulesPrivateLinkAccess>? = null, virtualNetworkSubnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bypasses: List<String>? = null

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None.

Link copied to clipboard

Specifies the default action of allow or deny when no other rules match. Valid options are Deny or Allow.

Link copied to clipboard
val ipRules: List<String>? = null

List of public IP or IP ranges in CIDR Format. Only IPv4 addresses are allowed. /31 CIDRs, /32 CIDRs, and Private IP address ranges (as defined in RFC 1918), are not allowed.

Link copied to clipboard

One or more private_link_access block as defined below.

Link copied to clipboard

A list of resource ids for subnets.