ApplicationGatewayHttpListener Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Http listener of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayHttpListener : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayHttpListener = class
inherit SubResource
Public Class ApplicationGatewayHttpListener
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayHttpListener() |
Initializes a new instance of the ApplicationGatewayHttpListener class. |
ApplicationGatewayHttpListener(String, SubResource, SubResource, String, String, SubResource, SubResource, Nullable<Boolean>, String, IList<ApplicationGatewayCustomError>, SubResource, IList<String>, String, String, String) |
Initializes a new instance of the ApplicationGatewayHttpListener 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 |
Gets or sets 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', 'Tcp', 'Tls' |
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. |
SslProfile |
Gets or sets SSL profile resource of the application gateway. |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET