MigrationAssessedSqlRecommendedEntityCollection.GetAll 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 AssessedSqlRecommendedEntity resources by SqlAssessmentV2
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/recommendedAssessedEntities
- Operation Id: AssessedSqlRecommendedEntityOperations_ListBySqlAssessmentV2
- Default Api Version: 2023-03-15
- Resource: MigrationAssessedSqlRecommendedEntityResource
public virtual Azure.Pageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessedSqlRecommendedEntityResource> GetAll(string filter = default, int? pageSize = default, string continuationToken = default, int? totalRecordCount = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessedSqlRecommendedEntityResource>
override this.GetAll : string * Nullable<int> * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessedSqlRecommendedEntityResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing, Optional totalRecordCount As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MigrationAssessedSqlRecommendedEntityResource)
Parameters
- filter
- String
Filter query.
- continuationToken
- String
Optional parameter for continuation token.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MigrationAssessedSqlRecommendedEntityResource that may take multiple service requests to iterate over.