MigrationSqlAssessmentV2SummaryCollection.GetAllAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List SqlAssessmentV2Summary resources by SqlAssessmentV2
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries
- Operation Id: SqlAssessmentV2SummaryOperations_ListBySqlAssessmentV2
- Default Api Version: 2023-03-15
- Resource: MigrationSqlAssessmentV2SummaryResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentV2SummaryResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentV2SummaryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentV2SummaryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MigrationSqlAssessmentV2SummaryResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MigrationSqlAssessmentV2SummaryResource that may take multiple service requests to iterate over.