OriginGroupProperties interface
The JSON object that contains the properties of the origin group.
- Extends
Properties
provisioning |
Provisioning status of the origin group. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource status of the origin group. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
health |
Health probe settings to the origin that is used to determine the health of the origin. |
origins | The source of the content being delivered via CDN within given origin group. |
response |
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. |
traffic |
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
provisioningState
Provisioning status of the origin group. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceState
Resource status of the origin group. NOTE: This property will not be serialized. It can only be populated by the server.
resourceState?: string
Property Value
string
Inherited Property Details
healthProbeSettings
Health probe settings to the origin that is used to determine the health of the origin.
healthProbeSettings?: HealthProbeParameters
Property Value
Inherited From OriginGroupUpdatePropertiesParameters.healthProbeSettings
origins
The source of the content being delivered via CDN within given origin group.
origins?: ResourceReference[]
Property Value
Inherited From OriginGroupUpdatePropertiesParameters.origins
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
Inherited From OriginGroupUpdatePropertiesParameters.responseBasedOriginErrorDetectionSettings
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
Inherited From OriginGroupUpdatePropertiesParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes