AdvisorAssessmentCollection.GetAll(String, String, CancellationToken) Method

Definition

Get list of Azure Advisor assessments.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/assessments.
  • Operation Id. : AssessmentResults_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorAssessmentResource> GetAll(string top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorAssessmentResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorAssessmentResource>
Public Overridable Function GetAll (Optional top As String = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AdvisorAssessmentResource)

Parameters

top
String

Limit the result to the specified number of rows.

skiptoken
String

The page-continuation token to use with a paged version of this API.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to