Loading...
Retrieve a list of Azure Virtual Desktop Publishers.
The Provider ID for which to retrieve the list of Azure Virtual Desktop Publishers.
The Azure Virtual Desktop Location of the Azure Virtual Desktop Publishers.
Success
Name
Azure Id
const response = await fetch('/api/AVD/Publisher', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "azureId": "text" } ]