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

ITagResourceOperations 接口

定义

TagResourceOperations 操作。

public interface ITagResourceOperations
type ITagResourceOperations = interface
Public Interface ITagResourceOperations

方法

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

列出与标记关联的资源集合。

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<TagResourceContract>, Dictionary<String,List<String>>, CancellationToken)

列出与标记关联的资源集合。

扩展方法

ListByService(ITagResourceOperations, String, String, ODataQuery<TagResourceContract>)

列出与标记关联的资源集合。

ListByServiceAsync(ITagResourceOperations, String, String, ODataQuery<TagResourceContract>, CancellationToken)

列出与标记关联的资源集合。

ListByServiceNext(ITagResourceOperations, String)

列出与标记关联的资源集合。

ListByServiceNextAsync(ITagResourceOperations, String, CancellationToken)

列出与标记关联的资源集合。

适用于