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