Share via


FrontendEndpointData Class

Definition

A class representing the FrontendEndpoint data model. A frontend endpoint used for routing.

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

Constructors

FrontendEndpointData()

Initializes a new instance of FrontendEndpointData.

Properties

CustomHttpsConfiguration

The configuration specifying how to enable HTTPS.

CustomHttpsProvisioningState

Provisioning status of Custom Https of the frontendEndpoint.

CustomHttpsProvisioningSubstate

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.

HostName

The host name of the frontendEndpoint. Must be a domain name.

Id

Resource ID.

(Inherited from FrontDoorResourceData)
Name

Resource name.

(Inherited from FrontDoorResourceData)
ResourceState

Resource status.

ResourceType

Resource type.

(Inherited from FrontDoorResourceData)
SessionAffinityEnabledState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'.

SessionAffinityTtlInSeconds

UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

WebApplicationFirewallPolicyLinkId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<FrontDoorResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FrontDoorResourceData)
IJsonModel<FrontDoorResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FrontDoorResourceData)
IJsonModel<FrontendEndpointData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontendEndpointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FrontDoorResourceData)
IPersistableModel<FrontDoorResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FrontDoorResourceData)
IPersistableModel<FrontDoorResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FrontDoorResourceData)
IPersistableModel<FrontendEndpointData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontendEndpointData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontendEndpointData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to