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.

public class DeepCreatedOriginGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.DeepCreatedOriginGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.DeepCreatedOriginGroup>
public class DeepCreatedOriginGroup
type DeepCreatedOriginGroup = class
    interface IJsonModel<DeepCreatedOriginGroup>
    interface IPersistableModel<DeepCreatedOriginGroup>
type DeepCreatedOriginGroup = class
Public Class DeepCreatedOriginGroup
Implements IJsonModel(Of DeepCreatedOriginGroup), IPersistableModel(Of DeepCreatedOriginGroup)
Public Class DeepCreatedOriginGroup
Inheritance
DeepCreatedOriginGroup
Implements

Constructors

DeepCreatedOriginGroup(String)

Initializes a new instance of DeepCreatedOriginGroup.

Properties

HealthProbeSettings

Health probe settings to the origin that is used to determine the health of the origin.

Name

Origin group name which must be unique within the endpoint.

Origins

The source of the content being delivered via CDN within given origin group.

ResponseBasedOriginErrorDetectionSettings

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

TrafficRestorationTimeToHealedOrNewEndpointsInMinutes

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.

Explicit Interface Implementations

IJsonModel<DeepCreatedOriginGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DeepCreatedOriginGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeepCreatedOriginGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeepCreatedOriginGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DeepCreatedOriginGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to