你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeepCreatedOriginGroup interface

The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.

Properties

healthProbeSettings

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

name

Origin group name which must be unique within the endpoint.

origins

The source of the content being delivered via CDN within given origin group.

responseBasedOriginErrorDetectionSettings

The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.

trafficRestorationTimeToHealedOrNewEndpointsInMinutes

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.

Property Details

healthProbeSettings

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

healthProbeSettings?: HealthProbeParameters

Property Value

name

Origin group name which must be unique within the endpoint.

name: string

Property Value

string

origins

The source of the content being delivered via CDN within given origin group.

origins?: ResourceReference[]

Property Value

responseBasedOriginErrorDetectionSettings

The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.

responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters

Property Value

trafficRestorationTimeToHealedOrNewEndpointsInMinutes

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.

trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number

Property Value

number