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
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