Microsoft.DBforPostgreSQL 彈性伺服器/移轉 2022-05-01-preview
Bicep 資源定義
彈性伺服器/移轉資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DBforPostgreSQL/flexibleServers/migrations 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
cancel: bool
dBsToCancelMigrationOn: [
'string'
]
dBsToMigrate: [
'string'
]
dBsToTiggerCutoverOn: [
'string'
]
migrationMode: 'string'
migrationWindowStartTimeInUtc: 'string'
overwriteDBsInTarget: bool
secretParameters: {
adminCredentials: {
sourceServerPassword: 'string'
targetServerPassword: 'string'
}
}
setupLogicalReplicationOnSourceDBIfNeeded: bool
sourceDBServerFullyQualifiedDomainName: 'string'
sourceDBServerResourceId: 'string'
startDataMigration: bool
targetDBServerFullyQualifiedDomainName: 'string'
triggerCutover: bool
}
tags: {
{customized property}: 'string'
}
}
屬性值
AdminCredentials
名字 | 描述 | 價值 |
---|---|---|
sourceServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
|
targetServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
Microsoft.DBforPostgreSQL/flexibleServers/migrations
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-z][a-z0-9]*$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:彈性伺服器 |
性能 | 移轉資源屬性。 | MigrationResourceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
MigrationResourceProperties
名字 | 描述 | 價值 |
---|---|---|
取消 | 若要觸發取消整個移轉,我們需要將此旗標傳送為 true | bool |
dBsToCancelMigrationOn | 當您想要針對特定資料庫觸發取消時,請將 triggerCutover 旗標傳送為 true,而此陣列中的資料庫名稱 | string[] |
dBsToMigrate | string[] | |
dBsToTiggerCutoverOn | 當您想要觸發特定資料庫的完全移轉時,請將 triggerCutover 旗標傳送為 true,且此陣列中的資料庫名稱 | string[] |
migrationMode | 在線和離線移轉模式有兩種類型 | 'Offline' 'Online' |
migrationWindowStartTimeInUtc | 字串 | |
overwriteDBsInTarget | bool | |
secretParameters | 移轉秘密參數。 | MigrationSecretParameters |
setupLogicalReplicationOnSourceDBIfNeeded | bool | |
sourceDBServerFullyQualifiedDomainName | 字串 | |
sourceDBServerResourceId | 字串 | |
startDataMigration | bool | |
targetDBServerFullyQualifiedDomainName | 字串 | |
triggerCutover | 若要觸發整個移轉的完全移轉,我們需要將此旗標傳送為 true | bool |
MigrationSecretParameters
名字 | 描述 | 價值 |
---|---|---|
adminCredentials | 伺服器管理員認證。 | AdminCredentials (必要) |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
彈性伺服器/移轉資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DBforPostgreSQL/flexibleServers/migrations 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DBforPostgreSQL/flexibleServers/migrations",
"apiVersion": "2022-05-01-preview",
"name": "string",
"location": "string",
"properties": {
"cancel": "bool",
"dBsToCancelMigrationOn": [ "string" ],
"dBsToMigrate": [ "string" ],
"dBsToTiggerCutoverOn": [ "string" ],
"migrationMode": "string",
"migrationWindowStartTimeInUtc": "string",
"overwriteDBsInTarget": "bool",
"secretParameters": {
"adminCredentials": {
"sourceServerPassword": "string",
"targetServerPassword": "string"
}
},
"setupLogicalReplicationOnSourceDBIfNeeded": "bool",
"sourceDBServerFullyQualifiedDomainName": "string",
"sourceDBServerResourceId": "string",
"startDataMigration": "bool",
"targetDBServerFullyQualifiedDomainName": "string",
"triggerCutover": "bool"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AdminCredentials
名字 | 描述 | 價值 |
---|---|---|
sourceServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
|
targetServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
Microsoft.DBforPostgreSQL/flexibleServers/migrations
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2022-05-01-preview' |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-z][a-z0-9]*$ (必要) |
性能 | 移轉資源屬性。 | MigrationResourceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.DBforPostgreSQL/flexibleServers/migrations' |
MigrationResourceProperties
名字 | 描述 | 價值 |
---|---|---|
取消 | 若要觸發取消整個移轉,我們需要將此旗標傳送為 true | bool |
dBsToCancelMigrationOn | 當您想要針對特定資料庫觸發取消時,請將 triggerCutover 旗標傳送為 true,而此陣列中的資料庫名稱 | string[] |
dBsToMigrate | string[] | |
dBsToTiggerCutoverOn | 當您想要觸發特定資料庫的完全移轉時,請將 triggerCutover 旗標傳送為 true,且此陣列中的資料庫名稱 | string[] |
migrationMode | 在線和離線移轉模式有兩種類型 | 'Offline' 'Online' |
migrationWindowStartTimeInUtc | 字串 | |
overwriteDBsInTarget | bool | |
secretParameters | 移轉秘密參數。 | MigrationSecretParameters |
setupLogicalReplicationOnSourceDBIfNeeded | bool | |
sourceDBServerFullyQualifiedDomainName | 字串 | |
sourceDBServerResourceId | 字串 | |
startDataMigration | bool | |
targetDBServerFullyQualifiedDomainName | 字串 | |
triggerCutover | 若要觸發整個移轉的完全移轉,我們需要將此旗標傳送為 true | bool |
MigrationSecretParameters
名字 | 描述 | 價值 |
---|---|---|
adminCredentials | 伺服器管理員認證。 | AdminCredentials (必要) |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
Terraform (AzAPI 提供者) 資源定義
彈性伺服器/移轉資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DBforPostgreSQL/flexibleServers/migrations 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
cancel = bool
dBsToCancelMigrationOn = [
"string"
]
dBsToMigrate = [
"string"
]
dBsToTiggerCutoverOn = [
"string"
]
migrationMode = "string"
migrationWindowStartTimeInUtc = "string"
overwriteDBsInTarget = bool
secretParameters = {
adminCredentials = {
sourceServerPassword = "string"
targetServerPassword = "string"
}
}
setupLogicalReplicationOnSourceDBIfNeeded = bool
sourceDBServerFullyQualifiedDomainName = "string"
sourceDBServerResourceId = "string"
startDataMigration = bool
targetDBServerFullyQualifiedDomainName = "string"
triggerCutover = bool
}
})
}
屬性值
AdminCredentials
名字 | 描述 | 價值 |
---|---|---|
sourceServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
|
targetServerPassword | 字串 約束: 敏感性值。 以安全參數的形式傳入。 (必要) |
Microsoft.DBforPostgreSQL/flexibleServers/migrations
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-z][a-z0-9]*$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:彈性伺服器 |
性能 | 移轉資源屬性。 | MigrationResourceProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview” |
MigrationResourceProperties
名字 | 描述 | 價值 |
---|---|---|
取消 | 若要觸發取消整個移轉,我們需要將此旗標傳送為 true | bool |
dBsToCancelMigrationOn | 當您想要針對特定資料庫觸發取消時,請將 triggerCutover 旗標傳送為 true,而此陣列中的資料庫名稱 | string[] |
dBsToMigrate | string[] | |
dBsToTiggerCutoverOn | 當您想要觸發特定資料庫的完全移轉時,請將 triggerCutover 旗標傳送為 true,且此陣列中的資料庫名稱 | string[] |
migrationMode | 在線和離線移轉模式有兩種類型 | 'Offline' 'Online' |
migrationWindowStartTimeInUtc | 字串 | |
overwriteDBsInTarget | bool | |
secretParameters | 移轉秘密參數。 | MigrationSecretParameters |
setupLogicalReplicationOnSourceDBIfNeeded | bool | |
sourceDBServerFullyQualifiedDomainName | 字串 | |
sourceDBServerResourceId | 字串 | |
startDataMigration | bool | |
targetDBServerFullyQualifiedDomainName | 字串 | |
triggerCutover | 若要觸發整個移轉的完全移轉,我們需要將此旗標傳送為 true | bool |
MigrationSecretParameters
名字 | 描述 | 價值 |
---|---|---|
adminCredentials | 伺服器管理員認證。 | AdminCredentials (必要) |
TrackedResourceTags
名字 | 描述 | 價值 |
---|