Virtual Network

List

get

Retrieve a list of Azure Virtual Desktop Virtual Networks.

Query parameters
providerIdinteger · int32Optional

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

locationstringOptional

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

Responses
200
Success
application/json; api-version=1.0
get
GET /api/AVD/VirtualNetwork HTTP/1.1
Host: 
Accept: */*
[
  {
    "name": "text",
    "subnets": [
      {
        "name": "text",
        "addressPrefix": "text",
        "azureId": "text"
      }
    ],
    "azureId": "text"
  }
]

Was this helpful?