Class FrontdoorFrontendEndpoint
Inheritance
System.Object
FrontdoorFrontendEndpoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorFrontendEndpoint
Fields
View SourceCustomHttpsConfiguration
A custom_https_configuration block as defined below.
Declaration
public readonly FrontdoorFrontendEndpointCustomHttpsConfiguration CustomHttpsConfiguration
Field Value
| Type | Description |
|---|---|
| FrontdoorFrontendEndpointCustomHttpsConfiguration |
CustomHttpsProvisioningEnabled
Should the HTTPS protocol be enabled for a custom domain associated with the Front Door?
Declaration
public readonly bool CustomHttpsProvisioningEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HostName
Specifies the host name of the frontend_endpoint. Must be a domain name.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the FrontDoor.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the frontend_endpoint.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SessionAffinityEnabled
Whether to allow session affinity on this host. Valid options are true or false Defaults to false.
Declaration
public readonly bool? SessionAffinityEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SessionAffinityTtlSeconds
The TTL to use in seconds for session affinity, if applicable. Defaults to 0.
Declaration
public readonly int? SessionAffinityTtlSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WebApplicationFirewallPolicyLinkId
Defines the Web Application Firewall policy ID for each host.
Declaration
public readonly string WebApplicationFirewallPolicyLinkId
Field Value
| Type | Description |
|---|---|
| System.String |