Share via


FrontDoorOriginGroupData Class

Definition

A class representing the FrontDoorOriginGroup data model. AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door. Serialized Name: AFDOriginGroup

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

Constructors

FrontDoorOriginGroupData()

Initializes a new instance of FrontDoorOriginGroupData.

Properties

DeploymentStatus

Serialized Name: AFDOriginGroup.properties.deploymentStatus.

HealthProbeSettings

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LoadBalancingSettings

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

Name

The name of the resource.

(Inherited from ResourceData)
ProfileName

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

ProvisioningState

Provisioning status Serialized Name: AFDOriginGroup.properties.provisioningState

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SessionAffinityState

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
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: AFDOriginGroup.properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FrontDoorOriginGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorOriginGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorOriginGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorOriginGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorOriginGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to