AnalyticsPurviewDataMapModelFactory.AtlasClassifications 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 AtlasClassifications.
public static Azure.Analytics.Purview.DataMap.AtlasClassifications AtlasClassifications (System.Collections.Generic.IEnumerable<BinaryData> list = default, int? pageSize = default, string sortBy = default, Azure.Analytics.Purview.DataMap.AtlasSortType? sortType = default, int? startIndex = default, int? totalCount = default);
static member AtlasClassifications : seq<BinaryData> * Nullable<int> * string * Nullable<Azure.Analytics.Purview.DataMap.AtlasSortType> * Nullable<int> * Nullable<int> -> Azure.Analytics.Purview.DataMap.AtlasClassifications
Public Shared Function AtlasClassifications (Optional list As IEnumerable(Of BinaryData) = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional sortBy As String = Nothing, Optional sortType As Nullable(Of AtlasSortType) = Nothing, Optional startIndex As Nullable(Of Integer) = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing) As AtlasClassifications
Parameters
- list
- IEnumerable<BinaryData>
An array of objects.
- sortBy
- String
The sorted by field.
- sortType
- Nullable<AtlasSortType>
to specify whether the result should be sorted? If yes, whether asc or desc.
Returns
A new AtlasClassifications instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET