External DocumentationTo learn more, visit the Azure documentation.
Parameters
Example Output
Workflow Library Example
List Virtual Networks with Azure and Send Results Via EmailPreview this Workflow on desktop
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?