GetOriginGroupResult

data class GetOriginGroupResult(val azureApiVersion: String, 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(azureApiVersion: String, 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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Health probe settings to the origin that is used to determine the health of the origin.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

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.

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

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.

Link copied to clipboard

Resource type.