Description | : Lists all record sets in a Private DNS zone. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/aLL
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
privateZoneName:
string
,
$top:
integer
,
$recordsetnamesuffix:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
etag:
string
,
properties:
}
{
,
metadata:
object
,
ttl:
integer
,
fqdn:
string
,
isAutoRegistered:
boolean
,
aRecords:
[
]
,
{
,
ipv4Address:
string
,
}
aaaaRecords:
[
]
,
{
,
ipv6Address:
string
,
}
cnameRecord:
{
,
cname:
string
,
}
mxRecords:
[
]
,
{
,
preference:
integer
,
exchange:
string
,
}
ptrRecords:
[
]
,
{
,
ptrdname:
string
,
}
soaRecord:
{
,
host:
string
,
email:
string
,
serialNumber:
integer
,
refreshTime:
integer
,
retryTime:
integer
,
expireTime:
integer
,
minimumTtl:
integer
,
}
srvRecords:
[
]
,
{
,
priority:
integer
,
weight:
integer
,
port:
integer
,
target:
string
,
}
txtRecords:
}
[
]
,
{
,
value:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]