GetList

Estimated reading: 2 minutes 1036 views

The Get List operation is used to retrieve a list of all virtual machines (VMs) within a specified resource group in the Azure environment. This operation provides a summary of VMs, including their names and basic details.

Properties

INPUT

ResourceGroupName*: Specifies the name of the resource group from which to retrieve the list of virtual machines. This field supports only strings and String variables.

Misc

DisplayName: Displays the name of the activity. The activity name can be customized, which aids 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: t provides the ability to view the execution status of the activity. It returns values in “Boolean.” 
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

VMList: Provides a list of virtual machines within the specified resource group. Each item in the list includes basic details such as the VM’s name and status.

Represents mandatory fields to execute the workflow

Notes

1. The VMList output provides an overview of all VMs in the resource group, which can be useful for management, monitoring, and reporting.
2. This operation retrieves a snapshot of the current state of VMs within the resource group and does not modify any resources.

Share this Doc

GetList

Or copy link

CONTENTS