IOperationOperations 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.
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
Azure SDK for .NET