AdvisorTriageRecommendationCollection.GetAll 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.Pageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource> GetAll(int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource>
override this.GetAll : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorTriageRecommendationResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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