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