Skip to main content

virtual_machine_run_commands

Overview

Namevirtual_machine_run_commands
TypeResource
Idazure.compute.virtual_machine_run_commands

Fields

NameDatatypeDescription
idstringThe VM run command id.
descriptionstringThe VM run command description.
$schemastringThe VM run command schema.
labelstringThe VM run command label.
osTypestringThe Operating System type.
parametersarrayThe parameters used by the script.
scriptarrayThe script to be executed.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcommandId, location, subscriptionIdGets specific run command for a subscription in a location.
listSELECTlocation, subscriptionIdLists all available run commands for a subscription in a location.
list_by_virtual_machineSELECTresourceGroupName, subscriptionId, vmNameThe operation to get all run commands of a Virtual Machine.
create_or_updateINSERTresourceGroupName, runCommandName, subscriptionId, vmNameThe operation to create or update the run command.
deleteDELETEresourceGroupName, runCommandName, subscriptionId, vmNameThe operation to delete the run command.
_listEXEClocation, subscriptionIdLists all available run commands for a subscription in a location.
_list_by_virtual_machineEXECresourceGroupName, subscriptionId, vmNameThe operation to get all run commands of a Virtual Machine.
get_by_virtual_machineEXECresourceGroupName, runCommandName, subscriptionId, vmNameThe operation to get the run command.
updateEXECresourceGroupName, runCommandName, subscriptionId, vmNameThe operation to update the run command.