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