Microsoft.Network privateDnsZones/SRV 2020-06-01
Bicep 資源定義
privateDnsZones/SRV 資源類型可以部署到:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
若要建立 Microsoft.Network/privateDnsZones/SRV 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Network/privateDnsZones/SRV@2020-06-01' = {
name: 'string'
parent: resourceSymbolicName
etag: 'string'
properties: {
aaaaRecords: [
{
ipv6Address: 'string'
}
]
aRecords: [
{
ipv4Address: 'string'
}
]
cnameRecord: {
cname: 'string'
}
metadata: {}
mxRecords: [
{
exchange: 'string'
preference: int
}
]
ptrRecords: [
{
ptrdname: 'string'
}
]
soaRecord: {
email: 'string'
expireTime: int
host: 'string'
minimumTtl: int
refreshTime: int
retryTime: int
serialNumber: int
}
srvRecords: [
{
port: int
priority: int
target: 'string'
weight: int
}
]
ttl: int
txtRecords: [
{
value: [
'string'
]
}
]
}
}
屬性值
privateDnsZones/SRV
RecordSetProperties
名稱 |
描述 |
值 |
aaaaRecords |
記錄集中的 AAAA 記錄清單。 |
AaaaRecord[] |
aRecords |
記錄集中的 A 記錄清單。 |
ARecord[] |
cnameRecord |
記錄集中的 CNAME 記錄。 |
CnameRecord |
中繼資料 |
附加至記錄集的中繼資料。 |
object |
mxRecords |
記錄集中的 MX 記錄清單。 |
MxRecord[] |
ptrRecords |
記錄集中的 PTR 記錄清單。 |
PtrRecord[] |
soaRecord |
記錄集中的 SOA 記錄。 |
SoaRecord |
srvRecords |
記錄集中的 SRV 記錄清單。 |
SrvRecord[] |
ttl |
TTL (記錄集中記錄的存留時間) 。 |
int |
txtRecords |
記錄集中的 TXT 記錄清單。 |
TxtRecord[] |
AaaaRecord
名稱 |
描述 |
值 |
ipv6Address |
此 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名稱 |
描述 |
值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名稱 |
描述 |
值 |
cname |
這個 CNAME 記錄的正式名稱。 |
字串 |
MxRecord
名稱 |
描述 |
值 |
兌換 |
此 MX 記錄的郵件主機功能變數名稱。 |
字串 |
preference |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名稱 |
描述 |
值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
SoaRecord
名稱 |
描述 |
值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄的授權名稱伺服器功能變數名稱。 |
字串 |
minimumTtl |
這個 SOA 記錄的最小值。 根據慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
這個 SOA 記錄的重新整理值。 |
int |
retryTime |
此 SOA 記錄的重試時間。 |
int |
serialNumber |
這個 SOA 記錄的序號。 |
int |
SrvRecord
名稱 |
描述 |
值 |
連接埠 |
此 SRV 記錄的埠值。 |
int |
priority |
此 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的加權值。 |
int |
TxtRecord
名稱 |
描述 |
值 |
value |
這個 TXT 記錄的文字值。 |
string[] |
ARM 範本資源定義
privateDnsZones/SRV 資源類型可以部署到:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
若要建立 Microsoft.Network/privateDnsZones/SRV 資源,請將下列 JSON 新增至您的範本。
{
"type": "Microsoft.Network/privateDnsZones/SRV",
"apiVersion": "2020-06-01",
"name": "string",
"etag": "string",
"properties": {
"aaaaRecords": [
{
"ipv6Address": "string"
}
],
"aRecords": [
{
"ipv4Address": "string"
}
],
"cnameRecord": {
"cname": "string"
},
"metadata": {},
"mxRecords": [
{
"exchange": "string",
"preference": "int"
}
],
"ptrRecords": [
{
"ptrdname": "string"
}
],
"soaRecord": {
"email": "string",
"expireTime": "int",
"host": "string",
"minimumTtl": "int",
"refreshTime": "int",
"retryTime": "int",
"serialNumber": "int"
},
"srvRecords": [
{
"port": "int",
"priority": "int",
"target": "string",
"weight": "int"
}
],
"ttl": "int",
"txtRecords": [
{
"value": [ "string" ]
}
]
}
}
屬性值
privateDnsZones/SRV
名稱 |
描述 |
值 |
type |
資源類型 |
'Microsoft.Network/privateDnsZones/SRV' |
apiVersion |
資源 API 版本 |
'2020-06-01' |
NAME |
資源名稱
請參閱如何在 JSON ARM 範本中設定子資源的名稱和類型。 |
字串 (必要) |
etag |
記錄集的 ETag。 |
字串 |
properties |
記錄集的屬性。 |
RecordSetProperties |
RecordSetProperties
名稱 |
描述 |
值 |
aaaaRecords |
記錄集中的 AAAA 記錄清單。 |
AaaaRecord[] |
aRecords |
記錄集中的 A 記錄清單。 |
ARecord[] |
cnameRecord |
記錄集中的 CNAME 記錄。 |
CnameRecord |
中繼資料 |
附加至記錄集的中繼資料。 |
object |
mxRecords |
記錄集中的 MX 記錄清單。 |
MxRecord[] |
ptrRecords |
記錄集中的 PTR 記錄清單。 |
PtrRecord[] |
soaRecord |
記錄集中的 SOA 記錄。 |
SoaRecord |
srvRecords |
記錄集中的 SRV 記錄清單。 |
SrvRecord[] |
ttl |
TTL (記錄集中記錄的存留時間) 。 |
int |
txtRecords |
記錄集中的 TXT 記錄清單。 |
TxtRecord[] |
AaaaRecord
名稱 |
描述 |
值 |
ipv6Address |
這個 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名稱 |
描述 |
值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名稱 |
描述 |
值 |
cname |
此 CNAME 記錄的正式名稱。 |
字串 |
MxRecord
名稱 |
描述 |
值 |
兌換 |
此 MX 記錄的郵件主機功能變數名稱。 |
字串 |
preference |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名稱 |
描述 |
值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
SoaRecord
名稱 |
描述 |
值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄之授權名稱伺服器的功能變數名稱。 |
字串 |
minimumTtl |
這個 SOA 記錄的最小值。 依照慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
這個 SOA 記錄的重新整理值。 |
int |
retryTime |
這個 SOA 記錄的重試時間。 |
int |
serialNumber |
這個 SOA 記錄的序號。 |
int |
SrvRecord
名稱 |
描述 |
值 |
連接埠 |
此 SRV 記錄的埠值。 |
int |
priority |
這個 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的加權值。 |
int |
TxtRecord
名稱 |
描述 |
值 |
value |
這個 TXT 記錄的文字值。 |
string[] |
privateDnsZones/SRV 資源類型可以部署到:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/privateDnsZones/SRV 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/privateDnsZones/SRV@2020-06-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
aaaaRecords = [
{
ipv6Address = "string"
}
]
aRecords = [
{
ipv4Address = "string"
}
]
cnameRecord = {
cname = "string"
}
metadata = {}
mxRecords = [
{
exchange = "string"
preference = int
}
]
ptrRecords = [
{
ptrdname = "string"
}
]
soaRecord = {
email = "string"
expireTime = int
host = "string"
minimumTtl = int
refreshTime = int
retryTime = int
serialNumber = int
}
srvRecords = [
{
port = int
priority = int
target = "string"
weight = int
}
]
ttl = int
txtRecords = [
{
value = [
"string"
]
}
]
}
etag = "string"
})
}
屬性值
privateDnsZones/SRV
名稱 |
描述 |
值 |
type |
資源類型 |
「Microsoft.Network/privateDnsZones/SRV@2020-06-01」 |
NAME |
資源名稱 |
需要字串 () |
parent_id |
此資源父系之資源的識別碼。 |
類型資源的識別碼: privateDnsZones |
etag |
記錄集的 ETag。 |
字串 |
properties |
記錄集的屬性。 |
RecordSetProperties |
RecordSetProperties
名稱 |
描述 |
值 |
aaaaRecords |
記錄集中的 AAAA 記錄清單。 |
AaaaRecord[] |
aRecords |
記錄集中的 A 記錄清單。 |
ARecord[] |
cnameRecord |
記錄集中的 CNAME 記錄。 |
CnameRecord |
中繼資料 |
附加至記錄集的中繼資料。 |
object |
mxRecords |
記錄集中的 MX 記錄清單。 |
MxRecord[] |
ptrRecords |
記錄集中的 PTR 記錄清單。 |
PtrRecord[] |
soaRecord |
記錄集中的 SOA 記錄。 |
SoaRecord |
srvRecords |
記錄集中的 SRV 記錄清單。 |
SrvRecord[] |
ttl |
TTL (記錄集中記錄的存留時間) 。 |
int |
txtRecords |
記錄集中的 TXT 記錄清單。 |
TxtRecord[] |
AaaaRecord
名稱 |
描述 |
值 |
ipv6Address |
這個 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名稱 |
描述 |
值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名稱 |
描述 |
值 |
cname |
此 CNAME 記錄的正式名稱。 |
字串 |
MxRecord
名稱 |
描述 |
值 |
兌換 |
此 MX 記錄的郵件主機功能變數名稱。 |
字串 |
preference |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名稱 |
描述 |
值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
SoaRecord
名稱 |
描述 |
值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄之授權名稱伺服器的功能變數名稱。 |
字串 |
minimumTtl |
這個 SOA 記錄的最小值。 依照慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
這個 SOA 記錄的重新整理值。 |
int |
retryTime |
這個 SOA 記錄的重試時間。 |
int |
serialNumber |
這個 SOA 記錄的序號。 |
int |
SrvRecord
名稱 |
描述 |
值 |
連接埠 |
此 SRV 記錄的埠值。 |
int |
priority |
這個 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的加權值。 |
int |
TxtRecord
名稱 |
描述 |
值 |
value |
這個 TXT 記錄的文字值。 |
string[] |