AFDOriginGroupUpdatePropertiesParameters Class

The JSON object that contains the properties of the origin group.

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

Inheritance
AFDOriginGroupUpdatePropertiesParameters

Constructor

AFDOriginGroupUpdatePropertiesParameters(*, load_balancing_settings: Optional[azure.mgmt.cdn.models._models_py3.LoadBalancingSettingsParameters] = None, health_probe_settings: Optional[azure.mgmt.cdn.models._models_py3.HealthProbeParameters] = None, traffic_restoration_time_to_healed_or_new_endpoints_in_minutes: Optional[int] = None, session_affinity_state: Optional[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.EnabledState]] = None, **kwargs)

Variables

profile_name
str

The name of the profile which holds the origin group.

load_balancing_settings
LoadBalancingSettingsParameters

Load balancing settings for a backend pool.

health_probe_settings
HealthProbeParameters

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
str or EnabledState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Possible values include: "Enabled", "Disabled".