GetVM

Estimated reading: 2 minutes 1021 views

The Get VM operation is used to retrieve information about a Specific existing virtual machine (VM) in the Azure environment. This operation provides details about that specified VM configuration, status, and other relevant properties.

Properties

INPUT

Name*: Specifies the name of the virtual machine whose details you want to retrieve. This field supports only strings and String variables.

ResourceGroupName*: Specifies the name of the resource group that contains the virtual machine. This field supports only string.

MISC

DisplayName: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: Indicates the version of the activity.

OUTPUT

Result: Provides the success status of the operation. This field indicates whether the VM was successfully stopped or if there were any issues during the operation.

Status: Provides detailed information about the specified virtual machine. This field contains various details such as the VM’s status, configuration, size, operating system, and any associated resources.

Represents mandatory fields to execute the workflow

Notes

1. The output provides a comprehensive overview of the VM’s details, which can be useful for monitoring, troubleshooting, and management purposes.
2. This operation does not modify the VM; it is solely for retrieving and displaying information about the VM.

Share this Doc

GetVM

Or copy link

CONTENTS