FrontendEndpointData 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 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
- 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
Applies to
Azure SDK for .NET