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.