Class ApplicationGatewayHttpListenerArgs
Inherited Members
Namespace: Pulumi.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayHttpListenerArgs : ResourceArgs
Constructors
View SourceApplicationGatewayHttpListenerArgs()
Declaration
public ApplicationGatewayHttpListenerArgs()
Properties
View SourceCustomErrorConfigurations
One or more custom_error_configuration blocks as defined below.
Declaration
public InputList<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs> CustomErrorConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs> |
FrontendIpConfigurationId
The ID of the associated Frontend Configuration.
Declaration
public Input<string> FrontendIpConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FrontendIpConfigurationName
The Name of the Frontend IP Configuration used for this HTTP Listener.
Declaration
public Input<string> FrontendIpConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FrontendPortId
The ID of the associated Frontend Port.
Declaration
public Input<string> FrontendPortId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FrontendPortName
The Name of the Frontend Port use for this HTTP Listener.
Declaration
public Input<string> FrontendPortName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostName
The Hostname which should be used for this HTTP Listener.
Declaration
public Input<string> HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostNames
A list of Hostname(s) should be used for this HTTP Listener. It allows special wildcard characters.
Declaration
public InputList<string> HostNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Id
The ID of the Rewrite Rule Set
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Name of the HTTP Listener.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Protocol
The Protocol to use for this HTTP Listener. Possible values are Http and Https.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequireSni
Should Server Name Indication be Required? Defaults to false.
Declaration
public Input<bool> RequireSni { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SslCertificateId
The ID of the associated SSL Certificate.
Declaration
public Input<string> SslCertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SslCertificateName
The name of the associated SSL Certificate which should be used for this HTTP Listener.
Declaration
public Input<string> SslCertificateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |