External DocumentationTo learn more, visit the Azure documentation.
Actions
List Virtual Networks
Gets all virtual networks in a resource group.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Resource Group Name | The name of the resource group. |
| Subscription ID | The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
{
"value": [
{
"name": "<string>",
"id": "<string>",
"etag": "<string>",
"type": "<string>",
"location": "<string>",
"properties": {
"provisioningState": "<string>",
"resourceGuid": "<string>",
"addressSpace": {
"addressPrefixes": [
"<string>"
]
},
"subnets": [
{
"name": "<string>",
"id": "<string>",
"etag": "<string>",
"properties": {
"provisioningState": "<string>",
"addressPrefix": "<string>",
"ipConfigurations": [
{
"id": "<string>"
}
],
"delegations": [],
"privateEndpointNetworkPolicies": "<string>",
"privateLinkServiceNetworkPolicies": "<string>"
},
"type": "<string>"
}
],
"virtualNetworkPeerings": [],
"enableDdosProtection": true
}
}
]
}
Was this page helpful?