machines
Creates, updates, deletes, gets or lists a machines
resource.
Overview
Name | machines |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
enumerate_machines | exec | subscriptionId , resourceGroupName , migrateProjectName | api-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.
Name | Datatype | Description |
---|---|---|
migrateProjectName | string | Name of the Azure Migrate project. |
resourceGroupName | string | Name of the Azure Resource Group that migrate project is part of. |
subscriptionId | string | Azure Subscription Id in which migrate project was created. |
api-version | string | Standard request header. Used by service to identify API version used by client. |
continuationToken | string | The continuation token. |
pageSize | integer | The number of items to be returned in a single page. This value is honored only if it is less than the 100. |
Lifecycle Methods
- enumerate_machines
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 }}'
;