Share via


InputEndpoint Constructors

Definition

Overloads

InputEndpoint()

Initializes a new instance of the InputEndpoint class.

InputEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the InputEndpoint class.

InputEndpoint()

Initializes a new instance of the InputEndpoint class.

public InputEndpoint ();
Public Sub New ()

Applies to

InputEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the InputEndpoint class.

public InputEndpoint (string endpointName = default, int? privatePort = default, int? publicPort = default, string protocol = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InputEndpoint : string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InputEndpoint
Public Sub New (Optional endpointName As String = Nothing, Optional privatePort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing)

Parameters

endpointName
String
privatePort
Nullable<Int32>
publicPort
Nullable<Int32>
protocol
String

Applies to