Workspace

List AVD Workspace VM Sizes

get

Retrieve a list of Azure Virtual Desktop Workspace VMSizes.

Query parameters
idinteger · int32Optional

The Azure Virtual Desktop Workspace ID for which to retrieve the list of Azure Virtual Desktop VM Sizes.

vmAzureIdstringOptional

The Azure Virtual Desktop VM ID of the Azure Virtual Desktop VM Sizes.

Responses
200
Success
application/json; api-version=1.0
get
GET /api/AVD/VMSize/Workspace HTTP/1.1
Host: 
Accept: */*
[
  {
    "vmSize": "text",
    "offering": "text",
    "family": "text",
    "vcpUs": 1,
    "ram": "text",
    "dataDisk": 1,
    "maximumIOPS": "text",
    "tempStorage": 1,
    "premiumDiskSupport": [
      "0 = No",
      "1 = Yes"
    ]
  }
]

Was this helpful?