ArmDataBoxModelFactory.AzureFileFilterDetails Method
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.
Filter details to transfer Azure files.
public static Azure.ResourceManager.DataBox.Models.AzureFileFilterDetails AzureFileFilterDetails(System.Collections.Generic.IEnumerable<string> filePrefixList = default, System.Collections.Generic.IEnumerable<string> filePathList = default, System.Collections.Generic.IEnumerable<string> fileShareList = default);
static member AzureFileFilterDetails : seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.DataBox.Models.AzureFileFilterDetails
Public Shared Function AzureFileFilterDetails (Optional filePrefixList As IEnumerable(Of String) = Nothing, Optional filePathList As IEnumerable(Of String) = Nothing, Optional fileShareList As IEnumerable(Of String) = Nothing) As AzureFileFilterDetails
Parameters
- filePrefixList
- IEnumerable<String>
Prefix list of the Azure files to be transferred.
- filePathList
- IEnumerable<String>
List of full path of the files to be transferred.
- fileShareList
- IEnumerable<String>
List of file shares to be transferred.
Returns
A new AzureFileFilterDetails instance for mocking.