AdvisorTriageCollection.GetAllAsync(CancellationToken) Method

Definition

List all triage resources that belong to a review and recommendation.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/resiliencyReviews/{reviewId}/providers/Microsoft.Advisor/triageRecommendations/{recommendationId}/providers/Microsoft.Advisor/triageResources.
  • Operation Id. : TriageResources_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AdvisorTriageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to