ApplicationGatewayFrontendPort Constructors
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.
Overloads
ApplicationGatewayFrontendPort() |
Initializes a new instance of the ApplicationGatewayFrontendPort class. |
ApplicationGatewayFrontendPort(String, Nullable<Int32>, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayFrontendPort class. |
ApplicationGatewayFrontendPort()
Initializes a new instance of the ApplicationGatewayFrontendPort class.
public ApplicationGatewayFrontendPort ();
Public Sub New ()
Applies to
ApplicationGatewayFrontendPort(String, Nullable<Int32>, String, String, String, String)
Initializes a new instance of the ApplicationGatewayFrontendPort class.
public ApplicationGatewayFrontendPort (string id = default, int? port = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFrontendPort : string * Nullable<int> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFrontendPort
Public Sub New (Optional id As String = Nothing, Optional port As Nullable(Of Integer) = 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.
- provisioningState
- String
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
Azure SDK for .NET