AFDOriginGroupProperties interface
The JSON object that contains the properties of the origin group.
- Extends
Inherited Properties
deployment |
NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning status NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Inherited Property Details
deploymentStatus
NOTE: This property will not be serialized. It can only be populated by the server.
deploymentStatus?: string
Property Value
string
Inherited From AFDStateProperties.deploymentStatus
healthProbeSettings
Health probe settings to the origin that is used to determine the health of the origin.
healthProbeSettings?: HealthProbeParameters
Property Value
Inherited From AFDOriginGroupUpdatePropertiesParameters.healthProbeSettings
loadBalancingSettings
Load balancing settings for a backend pool
loadBalancingSettings?: LoadBalancingSettingsParameters
Property Value
Inherited From AFDOriginGroupUpdatePropertiesParameters.loadBalancingSettings
profileName
The name of the profile which holds the origin group. NOTE: This property will not be serialized. It can only be populated by the server.
profileName?: string
Property Value
string
Inherited From AFDOriginGroupUpdatePropertiesParameters.profileName
provisioningState
Provisioning status NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From AFDStateProperties.provisioningState
sessionAffinityState
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
sessionAffinityState?: string
Property Value
string
Inherited From AFDOriginGroupUpdatePropertiesParameters.sessionAffinityState
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 AFDOriginGroupUpdatePropertiesParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes