FileShare Constructors

Definition

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.

Applies to