Show / Hide Table of Contents

Class FrontdoorFrontendEndpointGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorFrontendEndpointGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorFrontendEndpointGetArgs : ResourceArgs

Constructors

View Source

FrontdoorFrontendEndpointGetArgs()

Declaration
public FrontdoorFrontendEndpointGetArgs()

Properties

View Source

CustomHttpsConfiguration

A custom_https_configuration block as defined below.

Declaration
public Input<FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs> CustomHttpsConfiguration { get; set; }
Property Value
Type Description
Input<FrontdoorFrontendEndpointCustomHttpsConfigurationGetArgs>
View Source

CustomHttpsProvisioningEnabled

Should the HTTPS protocol be enabled for a custom domain associated with the Front Door?

Declaration
public Input<bool> CustomHttpsProvisioningEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostName

Specifies the host name of the frontend_endpoint. Must be a domain name.

Declaration
public Input<string> HostName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The ID of the FrontDoor.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the frontend_endpoint.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SessionAffinityEnabled

Whether to allow session affinity on this host. Valid options are true or false Defaults to false.

Declaration
public Input<bool> SessionAffinityEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SessionAffinityTtlSeconds

The TTL to use in seconds for session affinity, if applicable. Defaults to 0.

Declaration
public Input<int> SessionAffinityTtlSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

WebApplicationFirewallPolicyLinkId

Defines the Web Application Firewall policy ID for each host.

Declaration
public Input<string> WebApplicationFirewallPolicyLinkId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.