Show / Hide Table of Contents

Class ApplicationGatewayHttpListenerArgs

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

Constructors

View Source

ApplicationGatewayHttpListenerArgs()

Declaration
public ApplicationGatewayHttpListenerArgs()

Properties

View Source

CustomErrorConfigurations

One or more custom_error_configuration blocks as defined below.

Declaration
public InputList<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs> CustomErrorConfigurations { get; set; }
Property Value
Type Description
InputList<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs>
View Source

FrontendIpConfigurationId

The ID of the associated Frontend Configuration.

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

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

FrontendPortId

The ID of the associated Frontend Port.

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

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

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

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

Id

The ID of the Rewrite Rule Set

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

Name

The Name of the HTTP Listener.

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

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

RequireSni

Should Server Name Indication be Required? Defaults to false.

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

SslCertificateId

The ID of the associated SSL Certificate.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.