Freigeben über


TopicTypesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie einen Thementyp ab.

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)

Parameter

operations
ITopicTypesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

topicTypeName
String

Name des Thementyps.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Informationen zu einem Thementyp ab.

Gilt für: