Skip to main content

import_sites_controller_imported_machines

Creates, updates, deletes, gets or lists an import_sites_controller_imported_machines resource.

Overview

Nameimport_sites_controller_imported_machines
TypeResource
Idazure.migrate.import_sites_controller_imported_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
deleteexecsubscriptionId, resourceGroupName, siteNameDeletes the imported machines for site.

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
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
siteNamestringSite name
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Deletes the imported machines for site.

EXEC azure.migrate.import_sites_controller_imported_machines.delete 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@siteName='{{ siteName }}' --required
;