Share via


ITagResourceOperations Interface

Definition

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