Compartilhar via


EventGridExtensions.GetTopicTypeAsync Método

Definição

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

  • Caminho da Solicitação/provedores/Microsoft.EventGrid/topicTypes/{topicTypeName}
  • Operação IdTopicTypes_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.TopicTypeResource>> GetTopicTypeAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string topicTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetTopicTypeAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.TopicTypeResource>>
<Extension()>
Public Function GetTopicTypeAsync (tenantResource As TenantResource, topicTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TopicTypeResource))

Parâmetros

tenantResource
TenantResource

A TenantResource instância em que o método será executado.

topicTypeName
String

Nome do tipo de tópico.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

topicTypeName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

topicTypeName é nulo.

Aplica-se a