Show / Hide Table of Contents

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 Source

CustomHttpsConfiguration

A custom_https_configuration block as defined below.

Declaration
public readonly FrontdoorFrontendEndpointCustomHttpsConfiguration CustomHttpsConfiguration
Field Value
Type Description
FrontdoorFrontendEndpointCustomHttpsConfiguration
View Source

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
View Source

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
View Source

Id

The ID of the FrontDoor.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Specifies the name of the frontend_endpoint.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

WebApplicationFirewallPolicyLinkId

Defines the Web Application Firewall policy ID for each host.

Declaration
public readonly string WebApplicationFirewallPolicyLinkId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.