AFDOriginGroupUpdateParameters Class

Definition

AFDOrigin group properties needed for origin group creation or update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDOriginGroupUpdateParameters : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDOriginGroupUpdateParameters = class
    interface IResource
Public Class AFDOriginGroupUpdateParameters
Implements IResource
Inheritance
AFDOriginGroupUpdateParameters
Attributes
Implements

Constructors

AFDOriginGroupUpdateParameters()

Initializes a new instance of the AFDOriginGroupUpdateParameters class.

AFDOriginGroupUpdateParameters(LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String)

Initializes a new instance of the AFDOriginGroupUpdateParameters class.

Properties

HealthProbeSettings

Gets or sets health probe settings to the origin that is used to determine the health of the origin.

LoadBalancingSettings

Gets or sets load balancing settings for a backend pool

ResponseBasedAfdOriginErrorDetectionSettings

Gets or sets the JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.

SessionAffinityState

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

TrafficRestorationTimeToHealedOrNewEndpointsInMinutes

Gets or sets 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.

Methods

Validate()

Validate the object.

Applies to