ListManagementTermListsExtensions.GetAllTermLists 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.
gets all the Term Lists
public static System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList> GetAllTermLists (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists operations);
static member GetAllTermLists : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists -> System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList>
<Extension()>
Public Function GetAllTermLists (operations As IListManagementTermLists) As IList(Of TermList)
Parameters
- operations
- IListManagementTermLists
The operations group for this extension method.
Returns
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