Partager via


TopicTypesOperationsExtensions.GetAsync Méthode

Définition

Obtenir un type de rubrique.

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)

Paramètres

operations
ITopicTypesOperations

Groupe d’opérations pour cette méthode d’extension.

topicTypeName
String

Nom du type de rubrique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenir des informations sur un type de rubrique.

S’applique à