Microsoft.DocumentDB 資料庫Accounts/privateEndpointConnections 2021-05-15
Bicep 資源定義
databaseAccounts/privateEndpointConnections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-05-15' = {
parent: resourceSymbolicName
name: 'string'
properties: {
groupId: 'string'
privateEndpoint: {
id: 'string'
}
privateLinkServiceConnectionState: {
description: 'string'
status: 'string'
}
provisioningState: 'string'
}
}
屬性值
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections
PrivateEndpointConnectionProperties
PrivateEndpointProperty
名字 |
描述 |
價值 |
id |
私人端點的資源標識碼。 |
字串 |
PrivateLinkServiceConnectionStateProperty
名字 |
描述 |
價值 |
描述 |
私人鏈接服務連線描述。 |
字串 |
地位 |
私人鏈接服務連線狀態。 |
字串 |
ARM 樣本資源定義
databaseAccounts/privateEndpointConnections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections",
"apiVersion": "2021-05-15",
"name": "string",
"properties": {
"groupId": "string",
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"description": "string",
"status": "string"
},
"provisioningState": "string"
}
}
屬性值
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2021-05-15' |
名字 |
資源名稱 |
字串 (必要) |
性能 |
資源屬性。 |
PrivateEndpointConnectionProperties |
類型 |
資源類型 |
'Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections' |
PrivateEndpointConnectionProperties
PrivateEndpointProperty
名字 |
描述 |
價值 |
id |
私人端點的資源標識碼。 |
字串 |
PrivateLinkServiceConnectionStateProperty
名字 |
描述 |
價值 |
描述 |
私人鏈接服務連線描述。 |
字串 |
地位 |
私人鏈接服務連線狀態。 |
字串 |
databaseAccounts/privateEndpointConnections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-05-15"
name = "string"
body = jsonencode({
properties = {
groupId = "string"
privateEndpoint = {
id = "string"
}
privateLinkServiceConnectionState = {
description = "string"
status = "string"
}
provisioningState = "string"
}
})
}
屬性值
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections
PrivateEndpointConnectionProperties
PrivateEndpointProperty
名字 |
描述 |
價值 |
id |
私人端點的資源標識碼。 |
字串 |
PrivateLinkServiceConnectionStateProperty
名字 |
描述 |
價值 |
描述 |
私人鏈接服務連線描述。 |
字串 |
地位 |
私人鏈接服務連線狀態。 |
字串 |