Microsoft.Network privateDnsZones/TXT 2024-06-01
Bicep 資源定義
privateDnsZones/TXT 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/privateDnsZones/TXT 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Network/privateDnsZones/TXT@2024-06-01' = {
parent: resourceSymbolicName
etag: 'string'
name: 'string'
properties: {
aaaaRecords: [
{
ipv6Address: 'string'
}
]
aRecords: [
{
ipv4Address: 'string'
}
]
cnameRecord: {
cname: 'string'
}
metadata: {
{customized property}: 'string'
}
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'
]
}
]
}
}
屬性值
AaaaRecord
名字 |
描述 |
價值 |
ipv6Address |
此 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名字 |
描述 |
價值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名字 |
描述 |
價值 |
cname |
此 CNAME 記錄的正式名稱。 |
字串 |
Microsoft.Network/privateDnsZones/TXT
MxRecord
名字 |
描述 |
價值 |
交換 |
此 MX 記錄之郵件主機的功能變數名稱。 |
字串 |
偏好 |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名字 |
描述 |
價值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
RecordSetProperties
SoaRecord
名字 |
描述 |
價值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄之授權名稱伺服器的功能變數名稱。 |
字串 |
minimumTtl |
此 SOA 記錄的最小值。 依照慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
此 SOA 記錄的重新整理值。 |
int |
retryTime |
此 SOA 記錄的重試時間。 |
int |
serialNumber |
此 SOA 記錄的序號。 |
int |
SrvRecord
名字 |
描述 |
價值 |
港口 |
此 SRV 記錄的埠值。 |
int |
優先權 |
此 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的權數值。 |
int |
TxtRecord
名字 |
描述 |
價值 |
價值 |
此 TXT 記錄的文字值。 |
string[] |
ARM 樣本資源定義
privateDnsZones/TXT 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/privateDnsZones/TXT 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/privateDnsZones/TXT",
"apiVersion": "2024-06-01",
"name": "string",
"etag": "string",
"properties": {
"aaaaRecords": [
{
"ipv6Address": "string"
}
],
"aRecords": [
{
"ipv4Address": "string"
}
],
"cnameRecord": {
"cname": "string"
},
"metadata": {
"{customized property}": "string"
},
"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" ]
}
]
}
}
屬性值
AaaaRecord
名字 |
描述 |
價值 |
ipv6Address |
此 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名字 |
描述 |
價值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名字 |
描述 |
價值 |
cname |
此 CNAME 記錄的正式名稱。 |
字串 |
Microsoft.Network/privateDnsZones/TXT
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2024-06-01' |
etag |
記錄集的 ETag。 |
字串 |
名字 |
資源名稱 |
字串 (必要) |
性能 |
記錄集的屬性。 |
RecordSetProperties |
類型 |
資源類型 |
'Microsoft.Network/privateDnsZones/TXT' |
MxRecord
名字 |
描述 |
價值 |
交換 |
此 MX 記錄之郵件主機的功能變數名稱。 |
字串 |
偏好 |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名字 |
描述 |
價值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
RecordSetProperties
SoaRecord
名字 |
描述 |
價值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄之授權名稱伺服器的功能變數名稱。 |
字串 |
minimumTtl |
此 SOA 記錄的最小值。 依照慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
此 SOA 記錄的重新整理值。 |
int |
retryTime |
此 SOA 記錄的重試時間。 |
int |
serialNumber |
此 SOA 記錄的序號。 |
int |
SrvRecord
名字 |
描述 |
價值 |
港口 |
此 SRV 記錄的埠值。 |
int |
優先權 |
此 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的權數值。 |
int |
TxtRecord
名字 |
描述 |
價值 |
價值 |
此 TXT 記錄的文字值。 |
string[] |
privateDnsZones/TXT 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/privateDnsZones/TXT 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/privateDnsZones/TXT@2024-06-01"
name = "string"
etag = "string"
body = jsonencode({
properties = {
aaaaRecords = [
{
ipv6Address = "string"
}
]
aRecords = [
{
ipv4Address = "string"
}
]
cnameRecord = {
cname = "string"
}
metadata = {
{customized property} = "string"
}
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"
]
}
]
}
})
}
屬性值
AaaaRecord
名字 |
描述 |
價值 |
ipv6Address |
此 AAAA 記錄的 IPv6 位址。 |
字串 |
ARecord
名字 |
描述 |
價值 |
ipv4Address |
此 A 記錄的 IPv4 位址。 |
字串 |
CnameRecord
名字 |
描述 |
價值 |
cname |
此 CNAME 記錄的正式名稱。 |
字串 |
Microsoft.Network/privateDnsZones/TXT
名字 |
描述 |
價值 |
etag |
記錄集的 ETag。 |
字串 |
名字 |
資源名稱 |
字串 (必要) |
parent_id |
此資源為父系之資源的標識碼。 |
類型資源的標識碼:privateDnsZones |
性能 |
記錄集的屬性。 |
RecordSetProperties |
類型 |
資源類型 |
“Microsoft.Network/privateDnsZones/TXT@2024-06-01” |
MxRecord
名字 |
描述 |
價值 |
交換 |
此 MX 記錄之郵件主機的功能變數名稱。 |
字串 |
偏好 |
此 MX 記錄的喜好設定值。 |
int |
PtrRecord
名字 |
描述 |
價值 |
ptrdname |
此 PTR 記錄的 PTR 目標功能變數名稱。 |
字串 |
RecordSetProperties
SoaRecord
名字 |
描述 |
價值 |
電子郵件 |
此 SOA 記錄的電子郵件連絡人。 |
字串 |
expireTime |
此 SOA 記錄的到期時間。 |
int |
主機 |
此 SOA 記錄之授權名稱伺服器的功能變數名稱。 |
字串 |
minimumTtl |
此 SOA 記錄的最小值。 依照慣例,這會用來判斷負快取持續時間。 |
int |
refreshTime |
此 SOA 記錄的重新整理值。 |
int |
retryTime |
此 SOA 記錄的重試時間。 |
int |
serialNumber |
此 SOA 記錄的序號。 |
int |
SrvRecord
名字 |
描述 |
價值 |
港口 |
此 SRV 記錄的埠值。 |
int |
優先權 |
此 SRV 記錄的優先順序值。 |
int |
目標 |
此 SRV 記錄的目標功能變數名稱。 |
字串 |
重量 |
此 SRV 記錄的權數值。 |
int |
TxtRecord
名字 |
描述 |
價值 |
價值 |
此 TXT 記錄的文字值。 |
string[] |