startExportAzureNativeVirtualMachineJob
Start a job to export the Azure native virtual machine for a specified snapshot to a specified destination.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | StartExportAzureNativeVirtualMachineJobInput! | Input for the job to export the specified Azure Native Virtual Machine to the specified destination. |
Returns
Sample
{
"input": {
"destinationRegion": "AUSTRALIA_CENTRAL",
"resourceGroupName": "example-string",
"shouldExportTags": true,
"shouldPowerOff": true,
"snapshotId": "00000000-0000-0000-0000-000000000000",
"subnetNativeId": "example-string",
"virtualMachineName": "example-string",
"virtualMachineSize": "example-string"
}
}