InputEndpoint 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
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
- protocol
- String