Freigeben über


TopicTypeCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle registrierten Thementypen auf.

  • Anfordern von Path/providers/Microsoft.EventGrid/topicTypes
  • Vorgangs-IdTopicTypes_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.EventGrid.TopicTypeResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EventGrid.TopicTypeResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EventGrid.TopicTypeResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TopicTypeResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von TopicTypeResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: