Skip to main content

machines

Creates, updates, deletes, gets or lists a machines resource.

Overview

Namemachines
TypeResource
Idazure.migrate_projects.machines

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
enumerate_machinesexecsubscriptionId, resourceGroupName, migrateProjectNameapi-version, continuationToken, pageSize

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
migrateProjectNamestringName of the Azure Migrate project.
resourceGroupNamestringName of the Azure Resource Group that migrate project is part of.
subscriptionIdstringAzure Subscription Id in which migrate project was created.
api-versionstringStandard request header. Used by service to identify API version used by client.
continuationTokenstringThe continuation token.
pageSizeintegerThe number of items to be returned in a single page. This value is honored only if it is less than the 100.

Lifecycle Methods

OK

EXEC azure.migrate_projects.machines.enumerate_machines 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@migrateProjectName='{{ migrateProjectName }}' --required,
@api-version='{{ api-version }}',
@continuationToken='{{ continuationToken }}',
@pageSize='{{ pageSize }}'
;