ArmHDInsightModelFactory.HDInsightApplicationEndpoint Method
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.
public static Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint HDInsightApplicationEndpoint(string endpointLocation = default, int? destinationPort = default, int? publicPort = default, System.Net.IPAddress privateIPAddress = default);
static member HDInsightApplicationEndpoint : string * Nullable<int> * Nullable<int> * System.Net.IPAddress -> Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint
Public Shared Function HDInsightApplicationEndpoint (Optional endpointLocation As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As IPAddress = Nothing) As HDInsightApplicationEndpoint
Parameters
- endpointLocation
- String
The location of the endpoint.
- privateIPAddress
- IPAddress
The private ip address of the endpoint.
Returns
A new HDInsightApplicationEndpoint instance for mocking.