Freigeben über


EventGridExtensions.GetTopicTypeAsync Methode

Definition

Ruft Informationen zu einem Thementyp ab.

  • Anforderungspfad/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}
  • Vorgangs-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))

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

topicTypeName
String

Name des Thementyps.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

topicTypeName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

topicTypeName ist NULL.

Gilt für: