Condividi tramite


AzureFileFilterDetails Constructors

Definition

Overloads

AzureFileFilterDetails()

Initializes a new instance of the AzureFileFilterDetails class.

AzureFileFilterDetails(IList<String>, IList<String>, IList<String>)

Initializes a new instance of the AzureFileFilterDetails class.

AzureFileFilterDetails()

Initializes a new instance of the AzureFileFilterDetails class.

public AzureFileFilterDetails ();
Public Sub New ()

Applies to

AzureFileFilterDetails(IList<String>, IList<String>, IList<String>)

Initializes a new instance of the AzureFileFilterDetails class.

public AzureFileFilterDetails (System.Collections.Generic.IList<string> filePrefixList = default, System.Collections.Generic.IList<string> filePathList = default, System.Collections.Generic.IList<string> fileShareList = default);
new Microsoft.Azure.Management.DataBox.Models.AzureFileFilterDetails : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBox.Models.AzureFileFilterDetails
Public Sub New (Optional filePrefixList As IList(Of String) = Nothing, Optional filePathList As IList(Of String) = Nothing, Optional fileShareList As IList(Of String) = Nothing)

Parameters

filePrefixList
IList<String>

Prefix list of the Azure files to be transferred.

filePathList
IList<String>

List of full path of the files to be transferred.

fileShareList
IList<String>

List of file shares to be transferred.

Applies to