AdvisorTriageRecommendationCollection.GetAllAsync Method

Definition

Get list of recommendations for an existing Azure Advisor Resiliency Review Id.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/resiliencyReviews/{reviewId}/providers/Microsoft.Advisor/triageRecommendations.
  • Operation Id. : TriageRecommendations_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource> GetAllAsync(int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource>
override this.GetAllAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AdvisorTriageRecommendationResource)

Parameters

top
Nullable<Int32>

The number of items to be included in the result.

skip
Nullable<Int32>

The number of items to skip before starting to collect the result set.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to