DeepCreatedOriginGroup Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
DeepCreatedOriginGroup

Constructor

DeepCreatedOriginGroup(*, name: str, health_probe_settings: Optional[azure.mgmt.cdn.models._models_py3.HealthProbeParameters] = None, origins: Optional[List[azure.mgmt.cdn.models._models_py3.ResourceReference]] = None, traffic_restoration_time_to_healed_or_new_endpoints_in_minutes: Optional[int] = None, response_based_origin_error_detection_settings: Optional[azure.mgmt.cdn.models._models_py3.ResponseBasedOriginErrorDetectionParameters] = None, **kwargs)

Variables

name
str

Required. Origin group name which must be unique within the endpoint.

health_probe_settings
HealthProbeParameters

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

origins
list[ResourceReference]

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

traffic_restoration_time_to_healed_or_new_endpoints_in_minutes
int

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.

response_based_origin_error_detection_settings
ResponseBasedOriginErrorDetectionParameters

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