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

TopicTypes interface

Interface representing a TopicTypes.

Methods

get(string, TopicTypesGetOptionalParams)

Get information about a topic type.

list(TopicTypesListOptionalParams)

List all registered topic types.

listEventTypes(string, TopicTypesListEventTypesOptionalParams)

List event types for a topic type.

Method Details

get(string, TopicTypesGetOptionalParams)

Get information about a topic type.

function get(topicTypeName: string, options?: TopicTypesGetOptionalParams): Promise<TopicTypeInfo>

Parameters

topicTypeName

string

Name of the topic type.

options
TopicTypesGetOptionalParams

The options parameters.

Returns

Promise<TopicTypeInfo>

list(TopicTypesListOptionalParams)

List all registered topic types.

function list(options?: TopicTypesListOptionalParams): PagedAsyncIterableIterator<TopicTypeInfo, TopicTypeInfo[], PageSettings>

Parameters

options
TopicTypesListOptionalParams

The options parameters.

Returns

listEventTypes(string, TopicTypesListEventTypesOptionalParams)

List event types for a topic type.

function listEventTypes(topicTypeName: string, options?: TopicTypesListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType, EventType[], PageSettings>

Parameters

topicTypeName

string

Name of the topic type.

options
TopicTypesListEventTypesOptionalParams

The options parameters.

Returns