You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/states-billing.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The instance view API provides VM running-state information. For more informatio
23
23
24
24
Azure Resources Explorer provides a simple UI for viewing the VM running state: [Resource Explorer](https://resources.azure.com/).
25
25
26
-
The VM provisioning state is available (in slightly different forms) from within the VM properties (`provisioningState`property) and the InstanceView. Within the VM InstanceView there will be an element within the `status`arrow in the form of `ProvisioningState/<state>[/<errorCode>]`
26
+
The VM provisioning state is available (in slightly different forms) from within the VM properties `provisioningState` and the InstanceView. In the VM InstanceView there will be an element within the `status`array in the form of `ProvisioningState/<state>[/<errorCode>]`.
27
27
28
28
To retrieve the power state of all the VMs in your subscription, use the [Virtual Machines - List All API](/rest/api/compute/virtualmachines/listall) with parameter **statusOnly** set to *true*.
29
29
@@ -47,7 +47,6 @@ The following table provides a description of each instance state and indicates
47
47
| Deallocating | This is the transitional state between running and deallocated. | Not billed*|
48
48
| Deallocated | The Virtual Machine has released the lease on the underlying hardware and is completely powered off. This state is also referred to as *Stopped (Deallocated)*. | Not billed*|
49
49
50
-
* Some Azure resources, such as [Disks](https://azure.microsoft.com/pricing/details/managed-disks) and [Networking](https://azure.microsoft.com/pricing/details/bandwidth/) will continue to incur charges.
51
50
52
51
**Example of PowerState in JSON**
53
52
@@ -59,6 +58,8 @@ The following table provides a description of each instance state and indicates
59
58
}
60
59
```
61
60
61
+
* Some Azure resources, such as [Disks](https://azure.microsoft.com/pricing/details/managed-disks) and [Networking](https://azure.microsoft.com/pricing/details/bandwidth/) will continue to incur charges.
0 commit comments