IListManagementTermLists Interface
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 interface IListManagementTermLists
type IListManagementTermLists = interface
Public Interface IListManagementTermLists
- Derived
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
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