AFDOriginGroupUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AFDOriginGroupUpdateParameters() |
Initializes a new instance of the AFDOriginGroupUpdateParameters class. |
AFDOriginGroupUpdateParameters(LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String) |
Initializes a new instance of the AFDOriginGroupUpdateParameters class. |
AFDOriginGroupUpdateParameters()
Initializes a new instance of the AFDOriginGroupUpdateParameters class.
public AFDOriginGroupUpdateParameters ();
Public Sub New ()
Applies to
AFDOriginGroupUpdateParameters(LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String)
Initializes a new instance of the AFDOriginGroupUpdateParameters class.
public AFDOriginGroupUpdateParameters (Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters loadBalancingSettings = default, Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters healthProbeSettings = default, int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default, Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings = default, string sessionAffinityState = default);
new Microsoft.Azure.Management.Cdn.Models.AFDOriginGroupUpdateParameters : Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters * Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters * Nullable<int> * Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters * string -> Microsoft.Azure.Management.Cdn.Models.AFDOriginGroupUpdateParameters
Public Sub New (Optional loadBalancingSettings As LoadBalancingSettingsParameters = Nothing, Optional healthProbeSettings As HealthProbeParameters = Nothing, Optional trafficRestorationTimeToHealedOrNewEndpointsInMinutes As Nullable(Of Integer) = Nothing, Optional responseBasedAfdOriginErrorDetectionSettings As ResponseBasedOriginErrorDetectionParameters = Nothing, Optional sessionAffinityState As String = Nothing)
Parameters
- loadBalancingSettings
- LoadBalancingSettingsParameters
Load balancing settings for a backend pool
- healthProbeSettings
- HealthProbeParameters
Health probe settings to the origin that is used to determine the health of the origin.
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.
- responseBasedAfdOriginErrorDetectionSettings
- ResponseBasedOriginErrorDetectionParameters
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
- sessionAffinityState
- String
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'
Applies to
Azure SDK for .NET