FrontDoorOriginGroupData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
- Implements
Constructors
FrontDoorOriginGroupData() |
Initializes a new instance of FrontDoorOriginGroupData. |
Properties
DeploymentStatus |
Gets the deployment status. |
HealthProbeSettings |
Health probe settings to the origin that is used to determine the health of the origin. |
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. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProfileName |
The name of the profile which holds the origin group. |
ProvisioningState |
Provisioning status. |
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'. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
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
Azure SDK for .NET