ApplicationGatewayHttpListenerInner Class

Definition

Http listener of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayHttpListenerInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayHttpListenerInner = class
    inherit SubResource
Public Class ApplicationGatewayHttpListenerInner
Inherits SubResource
Inheritance
ApplicationGatewayHttpListenerInner
Attributes

Constructors

ApplicationGatewayHttpListenerInner()

Initializes a new instance of the ApplicationGatewayHttpListenerInner class.

ApplicationGatewayHttpListenerInner(String, SubResource, SubResource, ApplicationGatewayProtocol, String, SubResource, Nullable<Boolean>, ProvisioningState, IList<ApplicationGatewayCustomError>, SubResource, IList<String>, String, String, String)

Initializes a new instance of the ApplicationGatewayHttpListenerInner class.

Properties

CustomErrorConfigurations

Gets or sets custom error configurations of the HTTP listener.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

FirewallPolicy

Gets or sets reference to the FirewallPolicy resource.

FrontendIPConfiguration

Gets or sets frontend IP configuration resource of an application gateway.

FrontendPort

Gets or sets frontend port resource of an application gateway.

HostName

Gets or sets host name of HTTP listener.

Hostnames

Gets or sets list of Host names for HTTP Listener that allows special wildcard characters as well.

Id

Resource Id

(Inherited from SubResource)
Name

Gets or sets name of the HTTP listener that is unique within an Application Gateway.

Protocol

Gets or sets protocol of the HTTP listener. Possible values include: 'Http', 'Https'

ProvisioningState

Gets the provisioning state of the HTTP listener resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

RequireServerNameIndication

Gets or sets applicable only if protocol is https. Enables SNI for multi-hosting.

SslCertificate

Gets or sets SSL certificate resource of an application gateway.

Type

Gets type of the resource.

Applies to