ApplicationGatewayFrontendPortInner Constructors

Definition

Overloads

ApplicationGatewayFrontendPortInner()

Initializes a new instance of the ApplicationGatewayFrontendPortInner class.

ApplicationGatewayFrontendPortInner(String, Nullable<Int32>, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendPortInner class.

ApplicationGatewayFrontendPortInner()

Initializes a new instance of the ApplicationGatewayFrontendPortInner class.

public ApplicationGatewayFrontendPortInner ();
Public Sub New ()

Applies to

ApplicationGatewayFrontendPortInner(String, Nullable<Int32>, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendPortInner class.

public ApplicationGatewayFrontendPortInner (string id = default, int? port = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFrontendPortInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFrontendPortInner
Public Sub New (Optional id As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
port
Nullable<Int32>

Frontend port.

provisioningState
ProvisioningState

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

name
String

Name of the frontend port 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