Partager via


EventGridExtensions.GetTopicTypeAsync Méthode

Définition

Obtenir des informations sur un type de rubrique.

  • Chemin de la requête/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}
  • IdTopicTypes_Get d’opération
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))

Paramètres

tenantResource
TenantResource

Instance TenantResource sur laquelle la méthode s’exécute.

topicTypeName
String

Nom du type de rubrique.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

topicTypeName est une chaîne vide et devait être non vide.

topicTypeName a la valeur null.

S’applique à