GetFrontDoorResult

data class GetFrontDoorResult(val azureApiVersion: String, val backendPools: List<BackendPoolResponse>? = null, val backendPoolsSettings: BackendPoolsSettingsResponse? = null, val cname: String, val enabledState: String? = null, val extendedProperties: Map<String, String>, val friendlyName: String? = null, val frontdoorId: String, val frontendEndpoints: List<FrontendEndpointResponse>? = null, val healthProbeSettings: List<HealthProbeSettingsModelResponse>? = null, val id: String, val loadBalancingSettings: List<LoadBalancingSettingsModelResponse>? = null, val location: String? = null, val name: String, val provisioningState: String, val resourceState: String, val routingRules: List<RoutingRuleResponse>? = null, val rulesEngines: List<RulesEngineResponse>, val tags: Map<String, String>? = null, val type: String)

Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, backendPools: List<BackendPoolResponse>? = null, backendPoolsSettings: BackendPoolsSettingsResponse? = null, cname: String, enabledState: String? = null, extendedProperties: Map<String, String>, friendlyName: String? = null, frontdoorId: String, frontendEndpoints: List<FrontendEndpointResponse>? = null, healthProbeSettings: List<HealthProbeSettingsModelResponse>? = null, id: String, loadBalancingSettings: List<LoadBalancingSettingsModelResponse>? = null, location: String? = null, name: String, provisioningState: String, resourceState: String, routingRules: List<RoutingRuleResponse>? = null, rulesEngines: List<RulesEngineResponse>, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Backend pools available to routing rules.

Link copied to clipboard

Settings for all backendPools

Link copied to clipboard

The host that each frontendEndpoint must CNAME to.

Link copied to clipboard
val enabledState: String? = null

Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'

Link copied to clipboard

Key-Value pair representing additional properties for frontdoor.

Link copied to clipboard
val friendlyName: String? = null

A friendly name for the frontDoor

Link copied to clipboard

The Id of the frontdoor.

Link copied to clipboard

Frontend endpoints available to routing rules.

Link copied to clipboard

Health probe settings associated with this Front Door instance.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Load balancing settings associated with this Front Door instance.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning state of the Front Door.

Link copied to clipboard

Resource status of the Front Door.

Link copied to clipboard

Routing rules associated with this Front Door.

Link copied to clipboard

Rules Engine Configurations available to routing rules.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.