ApplicationGatewayHttpListener Class

Definition

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
ApplicationGatewayHttpListener
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

IJsonModel<ApplicationGatewayHttpListener>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationGatewayHttpListener>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IPersistableModel<ApplicationGatewayHttpListener>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayHttpListener>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationGatewayHttpListener>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)

Applies to