ApplicationGatewayListener 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.
Listener of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayListener : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayListener = class
inherit SubResource
Public Class ApplicationGatewayListener
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
FrontendIPConfiguration |
Gets or sets frontend IP configuration resource of an application gateway. |
FrontendPort |
Gets or sets frontend port resource of an application gateway. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of the listener that is unique within an Application Gateway. |
Protocol |
Gets or sets protocol of the listener. Possible values include: 'Http', 'Https', 'Tcp', 'Tls' |
ProvisioningState |
Gets the provisioning state of the listener resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
SslCertificate |
Gets or sets SSL certificate resource of an application gateway. |
SslProfile |
Gets or sets SSL profile resource of the application gateway. |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET