AFDOriginGroupUpdateParameters Class

AFDOrigin group properties needed for origin group creation or update.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cdn._serialization.Model
AFDOriginGroupUpdateParameters

Constructor

AFDOriginGroupUpdateParameters(*, load_balancing_settings: _models.LoadBalancingSettingsParameters | None = None, health_probe_settings: _models.HealthProbeParameters | None = None, traffic_restoration_time_to_healed_or_new_endpoints_in_minutes: int | None = None, session_affinity_state: str | _models.EnabledState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
load_balancing_settings

Load balancing settings for a backend pool.

health_probe_settings

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

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.

session_affinity_state

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

Variables

Name Description
profile_name
str

The name of the profile which holds the origin group.

load_balancing_settings

Load balancing settings for a backend pool.

health_probe_settings

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

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.

session_affinity_state

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".