Compartilhar via


TopicTypesOperationsExtensions.GetAsync Método

Definição

Obter um tipo de tópico.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo> GetAsync (this Microsoft.Azure.Management.EventGrid.ITopicTypesOperations operations, string topicTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.ITopicTypesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo>
<Extension()>
Public Function GetAsync (operations As ITopicTypesOperations, topicTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TopicTypeInfo)

Parâmetros

operations
ITopicTypesOperations

O grupo de operações para esse método de extensão.

topicTypeName
String

Nome do tipo de tópico.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtenha informações sobre um tipo de tópico.

Aplica-se a