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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET