DeepCreatedOriginGroup Class

Definition

The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.

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

Constructors

DeepCreatedOriginGroup()

Initializes a new instance of the DeepCreatedOriginGroup class.

DeepCreatedOriginGroup(String, IList<ResourceReference>, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters)

Initializes a new instance of the DeepCreatedOriginGroup class.

Properties

HealthProbeSettings

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

Name

Gets or sets origin group name which must be unique within the endpoint.

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