ListManagementTermLists Class
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.
ListManagementTermLists operations.
public class ListManagementTermLists : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.ContentModerator.ContentModeratorClient>
type ListManagementTermLists = class
interface IServiceOperations<ContentModeratorClient>
interface IListManagementTermLists
Public Class ListManagementTermLists
Implements IListManagementTermLists, IServiceOperations(Of ContentModeratorClient)
- Inheritance
-
ListManagementTermLists
- Implements
Constructors
ListManagementTermLists(ContentModeratorClient) |
Initializes a new instance of the ListManagementTermLists class. |
Properties
Client |
Gets a reference to the ContentModeratorClient |
Methods
CreateWithHttpMessagesAsync(String, Body, Dictionary<String,List<String>>, CancellationToken) |
Creates a Term List |
DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Deletes term list with the list Id equal to list Id passed. |
GetAllTermListsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
gets all the Term Lists |
GetDetailsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Returns list Id details of the term list with list Id equal to list Id passed. |
RefreshIndexMethodWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Refreshes the index of the list with list Id equal to list ID passed. |
UpdateWithHttpMessagesAsync(String, String, Body, Dictionary<String,List<String>>, CancellationToken) |
Updates an Term List. |
Extension Methods
Applies to
Azure SDK for .NET