FrontDoorOriginProperties Class

Definition

The JSON object that contains the properties of the origin.

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

Constructors

Name Description
FrontDoorOriginProperties()

Initializes a new instance of FrontDoorOriginProperties.

Properties

Name Description
DeploymentStatus

Gets the DeploymentStatus.

EnabledState

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

EnforceCertificateNameCheck

Whether to enable certificate name check at origin level.

HostName

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.

HttpPort

The value of the HTTP port. Must be between 1 and 65535.

HttpsPort

The value of the HTTPS port. Must be between 1 and 65535.

OriginCapacityResource

Origin capacity settings for an origin.

OriginGroupName

The name of the origin group which contains this origin.

OriginHostHeader

The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint.

OriginId

Resource ID.

Priority

Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5.

ProvisioningState

Provisioning status.

SharedPrivateLinkResource

The properties of the private link resource for private origin.

Weight

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000.

Methods

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

Explicit Interface Implementations

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

Applies to