Share via


ArmNetworkModelFactory.ApplicationGatewayListener Method

Definition

Overloads

ApplicationGatewayListener(ResourceIdentifier, String, Nullable<ResourceType>, Nullable<ETag>, ResourceIdentifier, ResourceIdentifier, Nullable<ApplicationGatewayProtocol>, ResourceIdentifier, ResourceIdentifier, Nullable<NetworkProvisioningState>)

Initializes a new instance of ApplicationGatewayListener.

ApplicationGatewayListener(ResourceIdentifier, String, Nullable<ResourceType>, Nullable<ETag>, ResourceIdentifier, ResourceIdentifier, Nullable<ApplicationGatewayProtocol>, ResourceIdentifier, ResourceIdentifier, Nullable<NetworkProvisioningState>, IEnumerable<String>)

Initializes a new instance of ApplicationGatewayListener.

ApplicationGatewayListener(ResourceIdentifier, String, Nullable<ResourceType>, Nullable<ETag>, ResourceIdentifier, ResourceIdentifier, Nullable<ApplicationGatewayProtocol>, ResourceIdentifier, ResourceIdentifier, Nullable<NetworkProvisioningState>)

Source:
ArmNetworkModelFactory.cs
Source:
ArmNetworkModelFactory.cs

Initializes a new instance of ApplicationGatewayListener.

public static Azure.ResourceManager.Network.Models.ApplicationGatewayListener ApplicationGatewayListener (Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType? resourceType, Azure.ETag? etag, Azure.Core.ResourceIdentifier frontendIPConfigurationId, Azure.Core.ResourceIdentifier frontendPortId, Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? protocol, Azure.Core.ResourceIdentifier sslCertificateId, Azure.Core.ResourceIdentifier sslProfileId, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState);
public static Azure.ResourceManager.Network.Models.ApplicationGatewayListener ApplicationGatewayListener (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier frontendIPConfigurationId = default, Azure.Core.ResourceIdentifier frontendPortId = default, Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? protocol = default, Azure.Core.ResourceIdentifier sslCertificateId = default, Azure.Core.ResourceIdentifier sslProfileId = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ApplicationGatewayListener : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ApplicationGatewayListener
Public Shared Function ApplicationGatewayListener (id As ResourceIdentifier, name As String, resourceType As Nullable(Of ResourceType), etag As Nullable(Of ETag), frontendIPConfigurationId As ResourceIdentifier, frontendPortId As ResourceIdentifier, protocol As Nullable(Of ApplicationGatewayProtocol), sslCertificateId As ResourceIdentifier, sslProfileId As ResourceIdentifier, provisioningState As Nullable(Of NetworkProvisioningState)) As ApplicationGatewayListener
Public Shared Function ApplicationGatewayListener (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional frontendIPConfigurationId As ResourceIdentifier = Nothing, Optional frontendPortId As ResourceIdentifier = Nothing, Optional protocol As Nullable(Of ApplicationGatewayProtocol) = Nothing, Optional sslCertificateId As ResourceIdentifier = Nothing, Optional sslProfileId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ApplicationGatewayListener

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

etag
Nullable<ETag>

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

frontendIPConfigurationId
ResourceIdentifier

Frontend IP configuration resource of an application gateway.

frontendPortId
ResourceIdentifier

Frontend port resource of an application gateway.

protocol
Nullable<ApplicationGatewayProtocol>

Protocol of the listener.

sslCertificateId
ResourceIdentifier

SSL certificate resource of an application gateway.

sslProfileId
ResourceIdentifier

SSL profile resource of the application gateway.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the listener resource.

Returns

A new ApplicationGatewayListener instance for mocking.

Applies to

ApplicationGatewayListener(ResourceIdentifier, String, Nullable<ResourceType>, Nullable<ETag>, ResourceIdentifier, ResourceIdentifier, Nullable<ApplicationGatewayProtocol>, ResourceIdentifier, ResourceIdentifier, Nullable<NetworkProvisioningState>, IEnumerable<String>)

Source:
ArmNetworkModelFactory.cs

Initializes a new instance of ApplicationGatewayListener.

public static Azure.ResourceManager.Network.Models.ApplicationGatewayListener ApplicationGatewayListener (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier frontendIPConfigurationId = default, Azure.Core.ResourceIdentifier frontendPortId = default, Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? protocol = default, Azure.Core.ResourceIdentifier sslCertificateId = default, Azure.Core.ResourceIdentifier sslProfileId = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<string> hostNames = default);
static member ApplicationGatewayListener : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * seq<string> -> Azure.ResourceManager.Network.Models.ApplicationGatewayListener
Public Shared Function ApplicationGatewayListener (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional frontendIPConfigurationId As ResourceIdentifier = Nothing, Optional frontendPortId As ResourceIdentifier = Nothing, Optional protocol As Nullable(Of ApplicationGatewayProtocol) = Nothing, Optional sslCertificateId As ResourceIdentifier = Nothing, Optional sslProfileId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional hostNames As IEnumerable(Of String) = Nothing) As ApplicationGatewayListener

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

etag
Nullable<ETag>

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

frontendIPConfigurationId
ResourceIdentifier

Frontend IP configuration resource of an application gateway.

frontendPortId
ResourceIdentifier

Frontend port resource of an application gateway.

protocol
Nullable<ApplicationGatewayProtocol>

Protocol of the listener.

sslCertificateId
ResourceIdentifier

SSL certificate resource of an application gateway.

sslProfileId
ResourceIdentifier

SSL profile resource of the application gateway.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the listener resource.

hostNames
IEnumerable<String>

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

Returns

A new ApplicationGatewayListener instance for mocking.

Applies to