Share via


IOperationOperations Interface

Definition

OperationOperations operations.

public interface IOperationOperations
type IOperationOperations = interface
Public Interface IOperationOperations

Methods

ListByTagsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of operations associated with tags.

ListByTagsWithHttpMessagesAsync(String, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of operations associated with tags.

Extension Methods

ListByTags(IOperationOperations, String, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>)

Lists a collection of operations associated with tags.

ListByTagsAsync(IOperationOperations, String, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, CancellationToken)

Lists a collection of operations associated with tags.

ListByTagsNext(IOperationOperations, String)

Lists a collection of operations associated with tags.

ListByTagsNextAsync(IOperationOperations, String, CancellationToken)

Lists a collection of operations associated with tags.

Applies to