Share via


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. Serialized Name: DeepCreatedOriginGroup

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. Serialized Name: DeepCreatedOriginGroup.properties.healthProbeSettings

Name

Origin group name which must be unique within the endpoint. Serialized Name: DeepCreatedOriginGroup.name

Origins

The source of the content being delivered via CDN within given origin group. Serialized Name: DeepCreatedOriginGroup.properties.origins

ResponseBasedOriginErrorDetectionSettings

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

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. Serialized Name: DeepCreatedOriginGroup.properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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