| Description | : Lists the DNS zones in all resource groups in a subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Network/dnszones
{
api-version:
string
,
subscriptionId:
string
,
$top:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
etag:
string
,
properties:
}
{
,
maxNumberOfRecordSets:
integer
,
maxNumberOfRecordsPerRecordSet:
integer
,
numberOfRecordSets:
integer
,
nameServers:
[
,
string
,
]
zoneType:
enum
,
registrationVirtualNetworks:
[
]
,
{
,
id:
string
,
}
resolutionVirtualNetworks:
[
]
,
{
,
id:
string
,
}
signingKeys:
}
[
]
,
{
,
delegationSignerInfo:
[
]
,
{
,
digestAlgorithmType:
integer
,
digestValue:
string
,
record:
string
,
}
flags:
integer
,
keyTag:
integer
,
protocol:
integer
,
publicKey:
string
,
securityAlgorithmType:
integer
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]