ApplicationGatewayBackendAddressPool

data class ApplicationGatewayBackendAddressPool(val fqdns: List<String>? = null, val id: String? = null, val ipAddresses: List<String>? = null, val name: String)

Constructors

Link copied to clipboard
constructor(fqdns: List<String>? = null, id: String? = null, ipAddresses: List<String>? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

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

A list of FQDN's which should be part of the Backend Address Pool.

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

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

A list of IP Addresses which should be part of the Backend Address Pool.

Link copied to clipboard

The name of the Backend Address Pool.