Microsoft.Sql managedInstances/dtc 2022-02-01-preview
Bicep 資源定義
managedInstances/dtc 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/managedInstances/dtc 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Sql/managedInstances/dtc@2022-02-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
dtcEnabled: bool
externalDnsSuffixSearchList: [
'string'
]
securitySettings: {
snaLu6point2TransactionsEnabled: bool
transactionManagerCommunicationSettings: {
allowInboundEnabled: bool
allowOutboundEnabled: bool
authentication: 'string'
}
xaTransactionsEnabled: bool
}
}
}
屬性值
ManagedInstanceDtcProperties
名字 |
描述 |
價值 |
dtcEnabled |
受控實例 DTC 的作用中狀態。 |
bool |
externalDnsSuffixSearchList |
受控實例 DTC 的外部 DNS 後綴搜尋清單。 |
string[] |
securitySettings |
受控實例 DTC 的安全性設定。 |
ManagedInstanceDtcSecuritySettings |
ManagedInstanceDtcSecuritySettings
ManagedInstanceDtcTransactionManagerCommunicationSettings
名字 |
描述 |
價值 |
allowInboundEnabled |
允許對受控實例 DTC 的輸入流量。 |
bool |
allowOutboundEnabled |
允許受控實例 DTC 的輸出流量。 |
bool |
認證 |
受控實例 DTC 的驗證類型。 |
字串 |
Microsoft.Sql/managedInstances/dtc
ARM 樣本資源定義
managedInstances/dtc 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/managedInstances/dtc 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Sql/managedInstances/dtc",
"apiVersion": "2022-02-01-preview",
"name": "string",
"properties": {
"dtcEnabled": "bool",
"externalDnsSuffixSearchList": [ "string" ],
"securitySettings": {
"snaLu6point2TransactionsEnabled": "bool",
"transactionManagerCommunicationSettings": {
"allowInboundEnabled": "bool",
"allowOutboundEnabled": "bool",
"authentication": "string"
},
"xaTransactionsEnabled": "bool"
}
}
}
屬性值
ManagedInstanceDtcProperties
名字 |
描述 |
價值 |
dtcEnabled |
受控實例 DTC 的作用中狀態。 |
bool |
externalDnsSuffixSearchList |
受控實例 DTC 的外部 DNS 後綴搜尋清單。 |
string[] |
securitySettings |
受控實例 DTC 的安全性設定。 |
ManagedInstanceDtcSecuritySettings |
ManagedInstanceDtcSecuritySettings
ManagedInstanceDtcTransactionManagerCommunicationSettings
名字 |
描述 |
價值 |
allowInboundEnabled |
允許對受控實例 DTC 的輸入流量。 |
bool |
allowOutboundEnabled |
允許受控實例 DTC 的輸出流量。 |
bool |
認證 |
受控實例 DTC 的驗證類型。 |
字串 |
Microsoft.Sql/managedInstances/dtc
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2022-02-01-preview' |
名字 |
資源名稱 |
'current' (必要) |
性能 |
資源屬性。 |
ManagedInstanceDtcProperties |
類型 |
資源類型 |
'Microsoft.Sql/managedInstances/dtc' |
managedInstances/dtc 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/managedInstances/dtc 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Sql/managedInstances/dtc@2022-02-01-preview"
name = "string"
body = jsonencode({
properties = {
dtcEnabled = bool
externalDnsSuffixSearchList = [
"string"
]
securitySettings = {
snaLu6point2TransactionsEnabled = bool
transactionManagerCommunicationSettings = {
allowInboundEnabled = bool
allowOutboundEnabled = bool
authentication = "string"
}
xaTransactionsEnabled = bool
}
}
})
}
屬性值
ManagedInstanceDtcProperties
名字 |
描述 |
價值 |
dtcEnabled |
受控實例 DTC 的作用中狀態。 |
bool |
externalDnsSuffixSearchList |
受控實例 DTC 的外部 DNS 後綴搜尋清單。 |
string[] |
securitySettings |
受控實例 DTC 的安全性設定。 |
ManagedInstanceDtcSecuritySettings |
ManagedInstanceDtcSecuritySettings
ManagedInstanceDtcTransactionManagerCommunicationSettings
名字 |
描述 |
價值 |
allowInboundEnabled |
允許對受控實例 DTC 的輸入流量。 |
bool |
allowOutboundEnabled |
允許受控實例 DTC 的輸出流量。 |
bool |
認證 |
受控實例 DTC 的驗證類型。 |
字串 |
Microsoft.Sql/managedInstances/dtc