Поделиться через


MigrationAssessmentProjectSummaryCollection.GetAllAsync Method

Definition

List AssessmentProjectSummary resources by AssessmentProject

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/projectSummary
  • Operation Id: AssessmentProjectSummaryOperations_ListByAssessmentProject
  • Default Api Version: 2023-03-15
  • Resource: MigrationAssessmentProjectSummaryResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MigrationAssessmentProjectSummaryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MigrationAssessmentProjectSummaryResource that may take multiple service requests to iterate over.

Applies to