Get AFDOrigin Group Result
data class GetAFDOriginGroupResult(val deploymentStatus: String, val healthProbeSettings: HealthProbeParametersResponse? = null, val id: String, val loadBalancingSettings: LoadBalancingSettingsParametersResponse? = null, val name: String, val provisioningState: String, val responseBasedAfdOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, val sessionAffinityState: String? = null, val systemData: SystemDataResponse, val trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, val type: String)
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
Constructors
Link copied to clipboard
constructor(deploymentStatus: String, healthProbeSettings: HealthProbeParametersResponse? = null, id: String, loadBalancingSettings: LoadBalancingSettingsParametersResponse? = null, name: String, provisioningState: String, responseBasedAfdOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, sessionAffinityState: String? = null, systemData: SystemDataResponse, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, type: String)
Properties
Link copied to clipboard
Link copied to clipboard
Health probe settings to the origin that is used to determine the health of the origin.
Link copied to clipboard
Load balancing settings for a backend pool
Link copied to clipboard
Provisioning status
Link copied to clipboard
val responseBasedAfdOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
Link copied to clipboard
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
Link copied to clipboard
Read only system data
Link copied to clipboard
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.