Compartilhar via


AdvisorMetadataEntityCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of metadata entities.

  • Request Path. : /providers/Microsoft.Advisor/metadata.
  • Operation Id. : MetadataEntities_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorMetadataEntityResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorMetadataEntityResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorMetadataEntityResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AdvisorMetadataEntityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AdvisorMetadataEntityResource that may take multiple service requests to iterate over.

Applies to