Microsoft.Sql servers/databases/syncGroups 2015-05-01-preview
Bicep 資源定義
伺服器/資料庫/syncGroups 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/servers/databases/syncGroups 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
conflictResolutionPolicy: 'string'
hubDatabasePassword: 'string'
hubDatabaseUserName: 'string'
interval: int
schema: {
masterSyncMemberName: 'string'
tables: [
{
columns: [
{
dataSize: 'string'
dataType: 'string'
quotedName: 'string'
}
]
quotedName: 'string'
}
]
}
syncDatabaseId: 'string'
}
}
屬性值
Microsoft.Sql/servers/databases/syncGroups
SyncGroupProperties
名字 |
描述 |
價值 |
conflictResolutionPolicy |
同步群組的衝突解決原則。 |
'HubWin' 'MemberWin' |
hubDatabasePassword |
同步群組中樞資料庫認證的密碼。 |
字串 |
hubDatabaseUserName |
同步群組中樞資料庫認證的用戶名稱。 |
字串 |
間隔 |
同步群組的同步間隔。 |
int |
圖式 |
同步群組的同步架構。 |
SyncGroupSchema |
syncDatabaseId |
同步群組中同步資料庫的 ARM 資源識別碼。 |
字串 |
SyncGroupSchema
SyncGroupSchemaTable
SyncGroupSchemaTableColumn
名字 |
描述 |
價值 |
dataSize |
數據行的數據大小。 |
字串 |
dataType |
數據行的數據類型。 |
字串 |
quotedName |
同步群組數據表數據行的引號名稱。 |
字串 |
ARM 樣本資源定義
伺服器/資料庫/syncGroups 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/servers/databases/syncGroups 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Sql/servers/databases/syncGroups",
"apiVersion": "2015-05-01-preview",
"name": "string",
"properties": {
"conflictResolutionPolicy": "string",
"hubDatabasePassword": "string",
"hubDatabaseUserName": "string",
"interval": "int",
"schema": {
"masterSyncMemberName": "string",
"tables": [
{
"columns": [
{
"dataSize": "string",
"dataType": "string",
"quotedName": "string"
}
],
"quotedName": "string"
}
]
},
"syncDatabaseId": "string"
}
}
屬性值
Microsoft.Sql/servers/databases/syncGroups
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2015-05-01-preview' |
名字 |
資源名稱 |
字串 (必要) |
性能 |
資源屬性。 |
SyncGroupProperties |
類型 |
資源類型 |
'Microsoft.Sql/servers/databases/syncGroups' |
SyncGroupProperties
名字 |
描述 |
價值 |
conflictResolutionPolicy |
同步群組的衝突解決原則。 |
'HubWin' 'MemberWin' |
hubDatabasePassword |
同步群組中樞資料庫認證的密碼。 |
字串 |
hubDatabaseUserName |
同步群組中樞資料庫認證的用戶名稱。 |
字串 |
間隔 |
同步群組的同步間隔。 |
int |
圖式 |
同步群組的同步架構。 |
SyncGroupSchema |
syncDatabaseId |
同步群組中同步資料庫的 ARM 資源識別碼。 |
字串 |
SyncGroupSchema
SyncGroupSchemaTable
SyncGroupSchemaTableColumn
名字 |
描述 |
價值 |
dataSize |
數據行的數據大小。 |
字串 |
dataType |
數據行的數據類型。 |
字串 |
quotedName |
同步群組數據表數據行的引號名稱。 |
字串 |
伺服器/資料庫/syncGroups 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Sql/servers/databases/syncGroups 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview"
name = "string"
body = jsonencode({
properties = {
conflictResolutionPolicy = "string"
hubDatabasePassword = "string"
hubDatabaseUserName = "string"
interval = int
schema = {
masterSyncMemberName = "string"
tables = [
{
columns = [
{
dataSize = "string"
dataType = "string"
quotedName = "string"
}
]
quotedName = "string"
}
]
}
syncDatabaseId = "string"
}
})
}
屬性值
Microsoft.Sql/servers/databases/syncGroups
名字 |
描述 |
價值 |
名字 |
資源名稱 |
字串 (必要) |
parent_id |
此資源為父系之資源的標識碼。 |
類型資源的標識碼:伺服器/資料庫 |
性能 |
資源屬性。 |
SyncGroupProperties |
類型 |
資源類型 |
“Microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview” |
SyncGroupProperties
名字 |
描述 |
價值 |
conflictResolutionPolicy |
同步群組的衝突解決原則。 |
'HubWin' 'MemberWin' |
hubDatabasePassword |
同步群組中樞資料庫認證的密碼。 |
字串 |
hubDatabaseUserName |
同步群組中樞資料庫認證的用戶名稱。 |
字串 |
間隔 |
同步群組的同步間隔。 |
int |
圖式 |
同步群組的同步架構。 |
SyncGroupSchema |
syncDatabaseId |
同步群組中同步資料庫的 ARM 資源識別碼。 |
字串 |
SyncGroupSchema
SyncGroupSchemaTable
SyncGroupSchemaTableColumn
名字 |
描述 |
價值 |
dataSize |
數據行的數據大小。 |
字串 |
dataType |
數據行的數據類型。 |
字串 |
quotedName |
同步群組數據表數據行的引號名稱。 |
字串 |