stopVM
Stops an Azure Virtual Machine.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
|---|---|---|---|
Azure Subscription ID | FDAZ_SUBSCRIPTION_ID | Yes | The ID of the subscription to manage |
| Azure Keystore Path | FDAZ_KEYSTORE_PATH | Yes | The path to the JKS containing the management certificate. |
| Azure Keystore Password | FDAZ_KEYSTORE_PASSWORD | Yes | The password for the |
| Azure Active Directory Domain | FDAZ_AD_DOMAIN | Yes | The Azure Active Directory domain name to access. |
| Azure Application Client ID | FDAZ_CLIENT_ID | Yes | The Client ID assigned to FlexDeploy |
| Azure Application Client Key | FDAZ_CLIENT_KEY | Yes | The key assigned to FlexDeploy |
Project Properties
Property Name | Property Code | Required | Description |
|---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
|---|---|---|---|
| Classic VM | FDAZ_VM_CLASSIC | Yes | Boolean, whether or not the VM is "classic" |
| VM Name | FDAZ_VM_NAME | Yes | The name of the VM to start. |
| Service Name | FDAZ_SERVICE_NAME | No | The name of the cloud service the VM is running on. Required if Classic VM is set to true. |
| Deployment Name | FDAZ_DEPLOYMENT_NAME | No | The name of the deployment that created the VM. Required if Classic VM is set to false. |
| Resource Group Name | FDAZ_RG_NAME | No | The name of the resource group containing the VM. Required if |
| Keep Allocation | FDAZ_KEEP_ALLOCATION | No | Optionally do not deallocate the VM. |
Outputs
Output Name | Required | Description |
|---|---|---|
Artifacts
This operation does not produce or consume any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style