GetApplicationGatewayResult

data class GetApplicationGatewayResult(val backendAddressPools: List<GetApplicationGatewayBackendAddressPool>, val id: String, val identities: List<GetApplicationGatewayIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getApplicationGateway.

Constructors

Link copied to clipboard
fun GetApplicationGatewayResult(backendAddressPools: List<GetApplicationGatewayBackendAddressPool>, id: String, identities: List<GetApplicationGatewayIdentity>, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A backend_address_pool block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The Azure Region where the Application Gateway exists.

Link copied to clipboard

The name of the Backend Address Pool.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Application Gateway.