AFDOriginGroupUpdatePropertiesParameters interface
The JSON object that contains the properties of the origin group.
Properties
| authentication | Authentication settings for origin in origin group. |
| health |
Health probe settings to the origin that is used to determine the health of the origin. |
| load |
Load balancing settings for a backend pool |
| profile |
The name of the profile which holds the origin group. |
| session |
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' |
| 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
authentication
Authentication settings for origin in origin group.
authentication?: OriginAuthenticationProperties
Property Value
healthProbeSettings
Health probe settings to the origin that is used to determine the health of the origin.
healthProbeSettings?: HealthProbeParameters
Property Value
loadBalancingSettings
Load balancing settings for a backend pool
loadBalancingSettings?: LoadBalancingSettingsParameters
Property Value
profileName
The name of the profile which holds the origin group.
profileName?: string
Property Value
string
sessionAffinityState
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
sessionAffinityState?: string
Property Value
string
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