TopicTypes interface
Interfaccia che rappresenta un topicTypes.
Metodi
| get(string, Topic |
Ottenere informazioni su un tipo di argomento. |
| list(Topic |
Elencare tutti i tipi di argomento registrati. |
| list |
Elencare i tipi di evento per un tipo di argomento. |
Dettagli metodo
get(string, TopicTypesGetOptionalParams)
Ottenere informazioni su un tipo di argomento.
function get(topicTypeName: string, options?: TopicTypesGetOptionalParams): Promise<TopicTypeInfo>
Parametri
- topicTypeName
-
string
Nome del tipo di argomento.
- options
- TopicTypesGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<TopicTypeInfo>
list(TopicTypesListOptionalParams)
Elencare tutti i tipi di argomento registrati.
function list(options?: TopicTypesListOptionalParams): PagedAsyncIterableIterator<TopicTypeInfo, TopicTypeInfo[], PageSettings>
Parametri
- options
- TopicTypesListOptionalParams
Parametri delle opzioni.
Restituisce
listEventTypes(string, TopicTypesListEventTypesOptionalParams)
Elencare i tipi di evento per un tipo di argomento.
function listEventTypes(topicTypeName: string, options?: TopicTypesListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType, EventType[], PageSettings>
Parametri
- topicTypeName
-
string
Nome del tipo di argomento.
Parametri delle opzioni.