Get Origin Group Result
data class GetOriginGroupResult(val healthProbeSettings: HealthProbeParametersResponse? = null, val id: String, val name: String, val origins: List<ResourceReferenceResponse>, val provisioningState: String, val resourceState: String, val responseBasedOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, val systemData: SystemDataResponse, val trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, val type: String)
Origin 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(healthProbeSettings: HealthProbeParametersResponse? = null, id: String, name: String, origins: List<ResourceReferenceResponse>, provisioningState: String, resourceState: String, responseBasedOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, systemData: SystemDataResponse, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, type: String)
Properties
Link copied to clipboard
Health probe settings to the origin that is used to determine the health of the origin.
Link copied to clipboard
The source of the content being delivered via CDN within given origin group.
Link copied to clipboard
Provisioning status of the origin group.
Link copied to clipboard
Resource status of the origin group.
Link copied to clipboard
val responseBasedOriginErrorDetectionSettings: 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
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.