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?