Parameter | Description |
---|---|
Status Only | statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. |
Subscription ID | Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
{
"nextLink": "The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines.",
"value": [
{
"id": "Resource Id",
"location": "Resource location",
"name": "Resource name",
"tags": {},
"type": "Resource type"
}
]
}
Was this page helpful?