Class ApplicationGatewayHttpListener
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayHttpListener
Fields
View SourceCustomErrorConfigurations
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> |
FrontendIpConfigurationId
The ID of the associated Frontend Configuration.
Declaration
public readonly string FrontendIpConfigurationId
Field Value
| Type | Description |
|---|---|
| System.String |
FrontendIpConfigurationName
The Name of the Frontend IP Configuration used for this HTTP Listener.
Declaration
public readonly string FrontendIpConfigurationName
Field Value
| Type | Description |
|---|---|
| System.String |
FrontendPortId
The ID of the associated Frontend Port.
Declaration
public readonly string FrontendPortId
Field Value
| Type | Description |
|---|---|
| System.String |
FrontendPortName
The Name of the Frontend Port use for this HTTP Listener.
Declaration
public readonly string FrontendPortName
Field Value
| Type | Description |
|---|---|
| System.String |
HostName
The Hostname which should be used for this HTTP Listener.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The Name of the HTTP Listener.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
RequireSni
Should Server Name Indication be Required? Defaults to false.
Declaration
public readonly bool? RequireSni
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SslCertificateId
The ID of the associated SSL Certificate.
Declaration
public readonly string SslCertificateId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |