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


MigrationSqlAssessmentV2Collection.GetAllAsync(CancellationToken) Method

Definition

List SqlAssessmentV2 resources by Group

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to