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

ITopicTypesOperations 接口

定义

TopicTypesOperations 操作。

public interface ITopicTypesOperations
type ITopicTypesOperations = interface
Public Interface ITopicTypesOperations

方法

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

获取主题类型。

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

列出事件类型。

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

列出主题类型。

扩展方法

Get(ITopicTypesOperations, String)

获取主题类型。

GetAsync(ITopicTypesOperations, String, CancellationToken)

获取主题类型。

List(ITopicTypesOperations)

列出主题类型。

ListAsync(ITopicTypesOperations, CancellationToken)

列出主题类型。

ListEventTypes(ITopicTypesOperations, String)

列出事件类型。

ListEventTypesAsync(ITopicTypesOperations, String, CancellationToken)

列出事件类型。

适用于