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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET