Get AFDOrigin Group Result
data class GetAFDOriginGroupResult(val azureApiVersion: String, val deploymentStatus: String, val healthProbeSettings: HealthProbeParametersResponse? = null, val id: String, val loadBalancingSettings: LoadBalancingSettingsParametersResponse? = null, val name: String, val profileName: String, val provisioningState: String, val sessionAffinityState: String? = null, val systemData: SystemDataResponse, val trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, val type: String)
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, deploymentStatus: String, healthProbeSettings: HealthProbeParametersResponse? = null, id: String, loadBalancingSettings: LoadBalancingSettingsParametersResponse? = null, name: String, profileName: String, provisioningState: String, sessionAffinityState: String? = null, systemData: SystemDataResponse, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Link copied to clipboard
Health probe settings to the origin that is used to determine the health of the origin.
Link copied to clipboard
Load balancing settings for a backend pool
Link copied to clipboard
The name of the profile which holds the origin group.
Link copied to clipboard
Provisioning status
Link copied to clipboard
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
Link copied to clipboard
Read only system data
Link copied to clipboard
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.