AnalyticsPurviewDataMapModelFactory.BulkImportResult 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.
Initializes a new instance of BulkImportResult.
public static Azure.Analytics.Purview.DataMap.BulkImportResult BulkImportResult (System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ImportInfo> failedImportInfoList = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Purview.DataMap.ImportInfo> successImportInfoList = default);
static member BulkImportResult : seq<Azure.Analytics.Purview.DataMap.ImportInfo> * seq<Azure.Analytics.Purview.DataMap.ImportInfo> -> Azure.Analytics.Purview.DataMap.BulkImportResult
Public Shared Function BulkImportResult (Optional failedImportInfoList As IEnumerable(Of ImportInfo) = Nothing, Optional successImportInfoList As IEnumerable(Of ImportInfo) = Nothing) As BulkImportResult
Parameters
- failedImportInfoList
- IEnumerable<ImportInfo>
failed importInfoList.
- successImportInfoList
- IEnumerable<ImportInfo>
successful importInfoList.
Returns
A new BulkImportResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET