EventGridExtensions.GetTopicTypeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.