ApplicationGatewayBackendAddressPoolArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val id: Output<String>? = null

The ID of the Rewrite Rule Set

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

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

Link copied to clipboard
val name: Output<String>

The name of the Backend Address Pool.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayBackendAddressPoolArgs