Offer

List

get

Retrieve a list of Azure Virtual Desktop Offer.

Query parameters
providerIdinteger · int32Optional

The Provider ID for which to retrieve the Azure Virtual Desktop Offer.

locationstringOptional

The Azure Virtual Desktop Location of the Azure Virtual Desktop Offer.

publisherstringOptional

The Azure Virtual Desktop Publisher of the Azure Virtual Desktop Offer.

Responses
200

Success

application/json; api-version=1.0
get
GET /api/AVD/Offer HTTP/1.1
Host: 
Accept: */*
[
  {
    "name": "text",
    "azureId": "text"
  }
]

Was this helpful?