Get Front Door Result
data class GetFrontDoorResult(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
fun GetFrontDoorResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard