Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Gets all virtual networks in a resource group.
Parameters
| 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. |
Example Output
{
"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
}
}
]
}
Workflow Library Example
List Virtual Networks with Azure and Send Results Via Email