你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IOperationOperations 接口

定义

OperationOperations 操作。

public interface IOperationOperations
type IOperationOperations = interface
Public Interface IOperationOperations

方法

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

列出与标记关联的操作集合。

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

列出与标记关联的操作集合。

扩展方法

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

列出与标记关联的操作集合。

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

列出与标记关联的操作集合。

ListByTagsNext(IOperationOperations, String)

列出与标记关联的操作集合。

ListByTagsNextAsync(IOperationOperations, String, CancellationToken)

列出与标记关联的操作集合。

适用于