Azure Virtual Machine Job parameters

Azure Virtual Machine is a cloud computing platform. The following table describes the Azure Virtual Machine job type attributes:

Parameter

Description

Connection profile

Defines the name of a connection profile to use to connect to the Azure Virtual Machine.

VM Name

Defines the name of the Azure Virtual Machine to run the operation.

Operation

Determines one of the following operations to perform on the Azure Virtual Machine

  • Create\Update: Create a new virtual machine.
  • Delete: Delete an existing virtual machine.
  • Deallocate: Empty a virtual machine.
  • Reset: Reset a virtual machine.
  • Start: Start a virtual machine.
  • Stop: Stop a running virtual machine.

Input Parameters

Defines the input parameters in JSON format for a Create operation.

Format: {"param1":"value1", "param2", "value2", …}

Get Logs

Determines whether to display logs from Azure VM at the end of the job output.

This parameter is available for all operations except for the Delete operation.

Delete VM disk

Determines whether to delete the Azure Virtual Machine disk when you delete an Azure Virtual Machine.

Verification Poll Interval

Determines the number of seconds to wait before job status verification.

Default: 15 seconds

Tolerance

Determines the number of retries to rerun a job.

Default: 2 times

Parent Topic

Job types