ApplicationGetEndpoint 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
ApplicationGetEndpoint() |
Initializes a new instance of the ApplicationGetEndpoint class. |
ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the ApplicationGetEndpoint class. |
ApplicationGetEndpoint()
Initializes a new instance of the ApplicationGetEndpoint class.
public ApplicationGetEndpoint ();
Public Sub New ()
Applies to
ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the ApplicationGetEndpoint class.
public ApplicationGetEndpoint (string location = default, int? destinationPort = default, int? publicPort = default, string privateIPAddress = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint : string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint
Public Sub New (Optional location As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As String = Nothing)
Parameters
- location
- String
The location of the endpoint.
- privateIPAddress
- String
The private ip address of the endpoint.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET