Sdílet prostřednictvím


FrontendEndpoint Class

Definition

A frontend endpoint used for routing.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FrontendEndpoint : Microsoft.Azure.Management.FrontDoor.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FrontendEndpoint = class
    inherit SubResource
Public Class FrontendEndpoint
Inherits SubResource
Inheritance
FrontendEndpoint
Attributes

Constructors

FrontendEndpoint()

Initializes a new instance of the FrontendEndpoint class.

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

Initializes a new instance of the FrontendEndpoint 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.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets resource name.

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'

SessionAffinityTtlSeconds

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

Type

Gets resource type.

WebApplicationFirewallPolicyLink

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

Methods

Validate()

Validate the object.

Extension Methods

ToPSFrontendEndpoints(FrontendEndpoint)

Applies to