Share via


MetadataEntityCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of metadata entities.

  • Request Path: /providers/Microsoft.Advisor/metadata
  • Operation Id: RecommendationMetadata_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Advisor.MetadataEntityResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.MetadataEntityResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.MetadataEntityResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MetadataEntityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to