Share via


FrontDoorOriginGroupPatch Class

Definition

AFDOrigin group properties needed for origin group creation or update. Serialized Name: AFDOriginGroupUpdateParameters

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

Authentication

Authentication settings for origin in origin group. Serialized Name: AFDOriginGroupUpdateParameters.properties.authentication

HealthProbeSettings

Health probe settings to the origin that is used to determine the health of the origin. Serialized Name: AFDOriginGroupUpdateParameters.properties.healthProbeSettings

LoadBalancingSettings

Load balancing settings for a backend pool Serialized Name: AFDOriginGroupUpdateParameters.properties.loadBalancingSettings

ProfileName

The name of the profile which holds the origin group. Serialized Name: AFDOriginGroupUpdateParameters.properties.profileName

SessionAffinityState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' Serialized Name: AFDOriginGroupUpdateParameters.properties.sessionAffinityState

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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