Description | : Creates a RecordSet within a DNS zone. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnszones/{zoneName}/{recordType}/{relativeRecordSetName}
{
resourceGroupName:
string
,
zoneName:
string
,
recordType:
string
,
relativeRecordSetName:
string
,
If-Match:
string
,
If-None-Match:
string
,
parameters:
{
,
id:
string
,
name:
string
,
type:
string
,
etag:
string
,
properties:
}
{
,
TTL:
integer
,
fqdn:
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
,
}
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
id:
string
,
name:
string
,
type:
string
,
etag:
string
,
properties:
}
{
,
TTL:
integer
,
fqdn:
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
,
}
⚐ Response (201)
{
id:
string
,
name:
string
,
type:
string
,
etag:
string
,
properties:
}
{
,
TTL:
integer
,
fqdn:
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
,
}
⚐ Response (202)
{}