ConnectionInfo 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
ConnectionInfo() |
Initializes a new instance of the ConnectionInfo class. |
ConnectionInfo(String, String) |
Initializes a new instance of the ConnectionInfo class. |
ConnectionInfo()
Initializes a new instance of the ConnectionInfo class.
public ConnectionInfo ();
Public Sub New ()
Applies to
ConnectionInfo(String, String)
Initializes a new instance of the ConnectionInfo class.
public ConnectionInfo (string userName = default, string password = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo : string * string -> Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo
Public Sub New (Optional userName As String = Nothing, Optional password As String = Nothing)
Parameters
- userName
- String
User name
- password
- String
Password credential.