| Description | : Lists the DNS zones in all resource groups in a subscription. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Zones_List",
"$responses": {
"200": {
"Description": {
"new": "The response of a Zone list operation.",
"old": "The response to a Zone List or ListAll operation."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The Zone items on this page",
"old": "Information about the DNS zones."
},
"Required": {
"new": true,
"old": false
},
"$items": {
"$properties": {
"@removed_d5c89669ea284b18b531d393823fa57e": {
"#name": "systemData",
"Description": "Metadata pertaining to creation and last modification of the resource.",
"Required": false,
"Type": "object",
"$properties": [
{
"#name": "createdBy",
"Description": "The identity that created the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "createdByType",
"Description": "The type of identity that created the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "createdAt",
"Description": "The timestamp of resource creation (UTC).",
"Format": "date-time",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedBy",
"Description": "The identity that last modified the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedByType",
"Description": "The type of identity that last modified the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedAt",
"Description": "The timestamp of resource last modification (UTC)",
"Format": "date-time",
"Required": false,
"Type": "string"
}
]
}
}
}
},
{
"#name": "nextLink",
"Description": {
"new": "The link to the next page of items",
"old": "The continuation token for the next page of results."
}
}
]
}
}
}
⚼ 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
,
]