Description | : Updates a record set within a DNS zone. |
Reference | : Link ¶ |
⚼ Request
PATCH:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{relativeRecordSetName}
{
resourceGroupName:
string
,
zoneName:
string
,
relativeRecordSetName:
string
,
recordType:
string
,
parameters:
{
,
id:
string
,
name:
string
,
type:
string
,
etag:
string
,
properties:
}
{
,
metadata:
object
,
TTL:
integer
,
fqdn:
string
,
provisioningState:
string
,
targetResource:
{
,
id:
string
,
}
ARecords:
[
]
,
{
,
ipv4Address:
string
,
}
AAAARecords:
[
]
,
{
,
ipv6Address:
string
,
}
MXRecords:
[
]
,
{
,
preference:
integer
,
exchange:
string
,
}
NSRecords:
[
]
,
{
,
nsdname:
string
,
}
PTRRecords:
[
]
,
{
,
ptrdname:
string
,
}
SRVRecords:
[
]
,
{
,
priority:
integer
,
weight:
integer
,
port:
integer
,
target:
string
,
}
TXTRecords:
[
]
,
{
,
value:
}
[
,
string
,
]
CNAMERecord:
{
,
cname:
string
,
}
SOARecord:
{
,
host:
string
,
email:
string
,
serialNumber:
integer
,
refreshTime:
integer
,
retryTime:
integer
,
expireTime:
integer
,
minimumTTL:
integer
,
}
caaRecords:
}
[
]
,
{
,
flags:
integer
,
tag:
string
,
value:
string
,
}
If-Match:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
id:
string
,
name:
string
,
type:
string
,
etag:
string
,
properties:
}
{
,
metadata:
object
,
TTL:
integer
,
fqdn:
string
,
provisioningState:
string
,
targetResource:
{
,
id:
string
,
}
ARecords:
[
]
,
{
,
ipv4Address:
string
,
}
AAAARecords:
[
]
,
{
,
ipv6Address:
string
,
}
MXRecords:
[
]
,
{
,
preference:
integer
,
exchange:
string
,
}
NSRecords:
[
]
,
{
,
nsdname:
string
,
}
PTRRecords:
[
]
,
{
,
ptrdname:
string
,
}
SRVRecords:
[
]
,
{
,
priority:
integer
,
weight:
integer
,
port:
integer
,
target:
string
,
}
TXTRecords:
[
]
,
{
,
value:
}
[
,
string
,
]
CNAMERecord:
{
,
cname:
string
,
}
SOARecord:
{
,
host:
string
,
email:
string
,
serialNumber:
integer
,
refreshTime:
integer
,
retryTime:
integer
,
expireTime:
integer
,
minimumTTL:
integer
,
}
caaRecords:
}
[
]
,
{
,
flags:
integer
,
tag:
string
,
value:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]