Sdílet prostřednictvím


FrontendEndpointProperties Class

Definition

The JSON object that contains the properties required to create a frontend endpoint.

public class FrontendEndpointProperties : Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpointUpdateParameters
type FrontendEndpointProperties = class
    inherit FrontendEndpointUpdateParameters
Public Class FrontendEndpointProperties
Inherits FrontendEndpointUpdateParameters
Inheritance
FrontendEndpointProperties

Constructors

FrontendEndpointProperties()

Initializes a new instance of the FrontendEndpointProperties class.

FrontendEndpointProperties(String, String, Nullable<Int32>, FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink, String, String, String, CustomHttpsConfiguration)

Initializes a new instance of the FrontendEndpointProperties class.

Properties

CustomHttpsConfiguration

Gets the configuration specifying how to enable HTTPS

CustomHttpsProvisioningState

Gets provisioning status of Custom Https of the frontendEndpoint. Possible values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'

CustomHttpsProvisioningSubstate

Gets provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. Possible values include: 'SubmittingDomainControlValidationRequest', 'PendingDomainControlValidationREquestApproval', 'DomainControlValidationRequestApproved', 'DomainControlValidationRequestRejected', 'DomainControlValidationRequestTimedOut', 'IssuingCertificate', 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate', 'CertificateDeleted'

HostName

Gets or sets the host name of the frontendEndpoint. Must be a domain name.

(Inherited from FrontendEndpointUpdateParameters)
ResourceState

Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'

SessionAffinityEnabledState

Gets or sets whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled'

(Inherited from FrontendEndpointUpdateParameters)
SessionAffinityTtlSeconds

Gets or sets uNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

(Inherited from FrontendEndpointUpdateParameters)
WebApplicationFirewallPolicyLink

Gets or sets defines the Web Application Firewall policy for each host (if applicable)

(Inherited from FrontendEndpointUpdateParameters)

Methods

Validate()

Validate the object.

Applies to