Share via


TopicTypeCollection.GetAllAsync(CancellationToken) Method

Definition

List all registered topic types.

  • Request Path: /providers/Microsoft.EventGrid/topicTypes
  • Operation Id: TopicTypes_List
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicTypeResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of TopicTypeResource that may take multiple service requests to iterate over.

Applies to