Dela via


ApplicationGatewayListener Constructors

Definition

Overloads

ApplicationGatewayListener()

Initializes a new instance of the ApplicationGatewayListener class.

ApplicationGatewayListener(String, SubResource, SubResource, String, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayListener class.

ApplicationGatewayListener()

Initializes a new instance of the ApplicationGatewayListener class.

public ApplicationGatewayListener ();
Public Sub New ()

Applies to

ApplicationGatewayListener(String, SubResource, SubResource, String, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayListener class.

public ApplicationGatewayListener (string id = default, Microsoft.Azure.Management.Network.Models.SubResource frontendIPConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource frontendPort = default, string protocol = default, Microsoft.Azure.Management.Network.Models.SubResource sslCertificate = default, Microsoft.Azure.Management.Network.Models.SubResource sslProfile = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayListener : string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayListener
Public Sub New (Optional id As String = Nothing, Optional frontendIPConfiguration As SubResource = Nothing, Optional frontendPort As SubResource = Nothing, Optional protocol As String = Nothing, Optional sslCertificate As SubResource = Nothing, Optional sslProfile As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

frontendIPConfiguration
SubResource

Frontend IP configuration resource of an application gateway.

frontendPort
SubResource

Frontend port resource of an application gateway.

protocol
String

Protocol of the listener. Possible values include: 'Http', 'Https', 'Tcp', 'Tls'

sslCertificate
SubResource

SSL certificate resource of an application gateway.

sslProfile
SubResource

SSL profile resource of the application gateway.

provisioningState
String

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

name
String

Name of the listener that is unique within an Application Gateway.

etag
String

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

type
String

Type of the resource.

Applies to