Frontend Endpoint Response
data class FrontendEndpointResponse(val customHttpsConfiguration: CustomHttpsConfigurationResponse, val customHttpsProvisioningState: String, val customHttpsProvisioningSubstate: String, val hostName: String? = null, val id: String? = null, val name: String? = null, val resourceState: String, val sessionAffinityEnabledState: String? = null, val sessionAffinityTtlSeconds: Int? = null, val type: String, val webApplicationFirewallPolicyLink: FrontendEndpointUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
A frontend endpoint used for routing.
Constructors
Link copied to clipboard
constructor(customHttpsConfiguration: CustomHttpsConfigurationResponse, customHttpsProvisioningState: String, customHttpsProvisioningSubstate: String, hostName: String? = null, id: String? = null, name: String? = null, resourceState: String, sessionAffinityEnabledState: String? = null, sessionAffinityTtlSeconds: Int? = null, type: String, webApplicationFirewallPolicyLink: FrontendEndpointUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
Properties
Link copied to clipboard
The configuration specifying how to enable HTTPS
Link copied to clipboard
Provisioning status of Custom Https of the frontendEndpoint.
Link copied to clipboard
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
Link copied to clipboard
Resource status.
Link copied to clipboard
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
Link copied to clipboard
UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.
Link copied to clipboard
val webApplicationFirewallPolicyLink: FrontendEndpointUpdateParametersResponseWebApplicationFirewallPolicyLink? = null
Defines the Web Application Firewall policy for each host (if applicable)