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