Get Front Door Result
data class GetFrontDoorResult(val backendPools: List<BackendPoolResponse>? = null, val backendPoolsSettings: BackendPoolsSettingsResponse? = null, val cname: String, val enabledState: String? = null, 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(backendPools: List<BackendPoolResponse>? = null, backendPoolsSettings: BackendPoolsSettingsResponse? = null, cname: String, enabledState: String? = null, 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)
Properties
Link copied to clipboard
Backend pools available to routing rules.
Link copied to clipboard
Settings for all backendPools
Link copied to clipboard
Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'
Link copied to clipboard
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
Load balancing settings associated with this Front Door instance.
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.