Resource Group

List

get

Retrieve a list of Azure Virtual Desktop Resource Groups.

Path parameters
providerIdinteger · int32Required

The Provider ID for which to retrieve the list of Azure Virtual Desktop Resource Groups.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to retrieve the list of Azure Virtual Desktop Resource Groups (optional).

Responses
200

Success

application/json; api-version=1.0
get
/api/AVD/ResourceGroup/{providerId}

Create

post

Creates a new Azure Virtual Desktop Resource Group.

Body
providerIdinteger · int32Required

Provider ID from which to save the Azure Virtual Desktop Resource Group information.

namestring | nullableRequired

The Name of the Azure Virtual Desktop Resource Group.

locationstring | nullableRequired

The Location Name of the Azure Virtual Desktop Resource Group.

Responses
post
/api/AVD/ResourceGroup

No content

Was this helpful?