Share via


CdnOriginGroupPatch Class

Definition

Origin group properties needed for origin group creation or update.

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

Constructors

CdnOriginGroupPatch()

Initializes a new instance of CdnOriginGroupPatch.

Properties

HealthProbeSettings

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

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<CdnOriginGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CdnOriginGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CdnOriginGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CdnOriginGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CdnOriginGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to