Settings
Retrieve the Azure Virtual Desktop Feature Site Settings.
Query parameters
siteIdinteger · int32Optional
The Site ID for which to retrieve the Azure Virtual Desktop Feature settings.
Responses
200
Success
application/json; api-version=1.0
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
get
/api/AVD/SettingsUpdate the Azure Virtual Desktop Feature Site Settings.
Query parameters
siteIdinteger · int32Optional
The Site ID for which to modify the Azure Virtual Desktop Feature settings.
Body
Update AVD feature settings in the RAS Site
enabledboolean | nullableOptional
Enable or disable the Azure Virtual Desktop management.
clientFeatureSetstring · enumOptionalPossible values:
Client feature set Type values.
replicateboolean | nullableOptional
Enable or disable replication of settings to other sites.
Responses
204
No Content
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
put
/api/AVD/SettingsNo content
Was this helpful?