FrontDoorOriginGroupProperties Class

Definition

The JSON object that contains the properties of the origin group.

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

Constructors

Name Description
FrontDoorOriginGroupProperties()

Initializes a new instance of FrontDoorOriginGroupProperties.

Properties

Name Description
Authentication

Authentication settings for origin in origin group.

DeploymentStatus

Gets the DeploymentStatus.

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.

ProvisioningState

Provisioning status.

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FrontDoorOriginGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FrontDoorOriginGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FrontDoorOriginGroupProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FrontDoorOriginGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FrontDoorOriginGroupProperties>.Write(ModelReaderWriterOptions)

Applies to