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.
public class ApplicationGatewayHttpListener : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHttpListener>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHttpListener>
public class ApplicationGatewayHttpListener : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayHttpListener = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayHttpListener>
interface IPersistableModel<ApplicationGatewayHttpListener>
type ApplicationGatewayHttpListener = class
inherit NetworkResourceData
Public Class ApplicationGatewayHttpListener
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayHttpListener), IPersistableModel(Of ApplicationGatewayHttpListener)
Public Class ApplicationGatewayHttpListener
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayHttpListener() |
Initializes a new instance of ApplicationGatewayHttpListener. |
Properties
CustomErrorConfigurations |
Custom error configurations of the HTTP listener. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
FirewallPolicyId |
Gets or sets Id. |
FrontendIPConfigurationId |
Gets or sets Id. |
FrontendPortId |
Gets or sets Id. |
HostName |
Host name of HTTP listener. |
HostNames |
List of Host names for HTTP Listener that allows special wildcard characters as well. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
Protocol |
Protocol of the HTTP listener. |
ProvisioningState |
The provisioning state of the HTTP listener resource. |
RequireServerNameIndication |
Applicable only if protocol is https. Enables SNI for multi-hosting. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
SslCertificateId |
Gets or sets Id. |
SslProfileId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET