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
fun GetOriginGroupResult(healthProbeSettings: HealthProbeParametersResponse? = null, id: String, name: String, origins: List<ResourceReferenceResponse>, provisioningState: String, resourceState: String, responseBasedOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, systemData: SystemDataResponse, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard