Show / Hide Table of Contents

Class ApplicationGatewayHttpListener

Inheritance
System.Object
ApplicationGatewayHttpListener
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.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayHttpListener

Fields

View Source

CustomErrorConfigurations

One or more custom_error_configuration blocks as defined below.

Declaration
public readonly ImmutableArray<ApplicationGatewayHttpListenerCustomErrorConfiguration> CustomErrorConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApplicationGatewayHttpListenerCustomErrorConfiguration>
View Source

FrontendIpConfigurationId

The ID of the associated Frontend Configuration.

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

FrontendIpConfigurationName

The Name of the Frontend IP Configuration used for this HTTP Listener.

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

FrontendPortId

The ID of the associated Frontend Port.

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

FrontendPortName

The Name of the Frontend Port use for this HTTP Listener.

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

HostName

The Hostname which should be used for this HTTP Listener.

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

HostNames

A list of Hostname(s) should be used for this HTTP Listener. It allows special wildcard characters.

Declaration
public readonly ImmutableArray<string> HostNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The ID of the Rewrite Rule Set

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

Name

The Name of the HTTP Listener.

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

Protocol

The Protocol to use for this HTTP Listener. Possible values are Http and Https.

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

RequireSni

Should Server Name Indication be Required? Defaults to false.

Declaration
public readonly bool? RequireSni
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SslCertificateId

The ID of the associated SSL Certificate.

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

SslCertificateName

The name of the associated SSL Certificate which should be used for this HTTP Listener.

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