FrontDoorOriginGroupPatch Class

Definition

AFDOrigin group properties needed for origin group creation or update.

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

Constructors

FrontDoorOriginGroupPatch()

Initializes a new instance of FrontDoorOriginGroupPatch.

Properties

HealthProbeSettings

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

LoadBalancingSettings

Load balancing settings for a backend pool.

ProfileName

The name of the profile which holds the origin group.

SessionAffinityState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'.

TrafficRestorationTimeInMinutes

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

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

IJsonModel<FrontDoorOriginGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorOriginGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorOriginGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorOriginGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to