ITagResourceOperations 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.
TagResourceOperations operations.
public interface ITagResourceOperations
type ITagResourceOperations = interface
Public Interface ITagResourceOperations
Methods
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists a collection of resources associated with tags. |
ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<TagResourceContract>, Dictionary<String,List<String>>, CancellationToken) |
Lists a collection of resources associated with tags. |
Extension Methods
ListByService(ITagResourceOperations, String, String, ODataQuery<TagResourceContract>) |
Lists a collection of resources associated with tags. |
ListByServiceAsync(ITagResourceOperations, String, String, ODataQuery<TagResourceContract>, CancellationToken) |
Lists a collection of resources associated with tags. |
ListByServiceNext(ITagResourceOperations, String) |
Lists a collection of resources associated with tags. |
ListByServiceNextAsync(ITagResourceOperations, String, CancellationToken) |
Lists a collection of resources associated with tags. |
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