Stop Virtual Machine
The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine.
External Documentation
To learn more, visit the Azure documentation.
Parameters
Parameter | Description |
---|---|
Resource Group Name | The name of the resource group. |
Skip Shutdown | The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified. |
Subscription ID | Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
VM Name | The name of the virtual machine. |
Workflow Library Example
Stop Virtual Machine with Azure and Send Results Via Email
Preview this Workflow on desktop