OriginGroupUpdateParameters Class

Definition

Origin group properties needed for origin group creation or update.

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

Constructors

OriginGroupUpdateParameters()

Initializes a new instance of the OriginGroupUpdateParameters class.

OriginGroupUpdateParameters(HealthProbeParameters, IList<ResourceReference>, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters)

Initializes a new instance of the OriginGroupUpdateParameters class.

Properties

HealthProbeSettings

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

Origins

Gets or sets the source of the content being delivered via CDN within given origin group.

ResponseBasedOriginErrorDetectionSettings

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

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