ApplicationGatewayListener Class

Definition

Listener of an application gateway.

public class ApplicationGatewayListener : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayListener>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayListener>
public class ApplicationGatewayListener : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayListener = class
    inherit NetworkResourceData
    interface IJsonModel<ApplicationGatewayListener>
    interface IPersistableModel<ApplicationGatewayListener>
type ApplicationGatewayListener = class
    inherit NetworkResourceData
Public Class ApplicationGatewayListener
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayListener), IPersistableModel(Of ApplicationGatewayListener)
Public Class ApplicationGatewayListener
Inherits NetworkResourceData
Inheritance
ApplicationGatewayListener
Implements

Constructors

ApplicationGatewayListener()

Initializes a new instance of ApplicationGatewayListener.

Properties

ETag

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

FrontendIPConfigurationId

Gets or sets Id.

FrontendPortId

Gets or sets Id.

HostNames

List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
Protocol

Protocol of the listener.

ProvisioningState

The provisioning state of the listener resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
SslCertificateId

Gets or sets Id.

SslProfileId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayListener>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayListener>.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<ApplicationGatewayListener>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayListener>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayListener>.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