共用方式為


Microsoft.Sql managedInstances/databases 2018-06-01-preview

Bicep 資源定義

managedInstances/databases 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/managedInstances/databases 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Sql/managedInstances/databases@2018-06-01-preview' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    catalogCollation: 'string'
    collation: 'string'
    createMode: 'string'
    longTermRetentionBackupResourceId: 'string'
    recoverableDatabaseId: 'string'
    restorableDroppedDatabaseId: 'string'
    restorePointInTime: 'string'
    sourceDatabaseId: 'string'
    storageContainerSasToken: 'string'
    storageContainerUri: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ManagedDatabaseProperties

名字 描述 價值
catalogCollation 元資料目錄的定序。 'DATABASE_DEFAULT'
'SQL_Latin1_General_CP1_CI_AS'
整理 受控資料庫的定序。 字串
createMode 受控資料庫建立模式。 PointInTimeRestore:藉由還原現有資料庫的時間點備份來建立資料庫。 必須指定SourceDatabaseName、SourceManagedInstanceName和PointInTime。 RestoreExternalBackup:從外部備份文件還原來建立資料庫。 必須指定 Collation、StorageContainerUri 和 StorageContainerSasToken。 復原:藉由還原異地復寫備份來建立資料庫。 RecoverableDatabaseId 必須指定為要還原的可復原資料庫資源標識符。 'Default'
'PointInTimeRestore'
'Recovery'
'RestoreExternalBackup'
'RestoreLongTermRetentionBackup'
longTermRetentionBackupResourceId 要用於還原此受控資料庫之長期保留備份的名稱。 字串
recoverableDatabaseId 與此資料庫建立作業相關聯的可復原資料庫資源標識符。 字串
restorableDroppedDatabaseId 建立此資料庫時要還原的可還原卸除資料庫資源標識符。 字串
restorePointInTime 有條件的。 如果 createMode 是 PointInTimeRestore,則需要此值。 指定要還原以建立新資料庫的源資料庫的時間點(ISO8601格式)。 字串
sourceDatabaseId 與這個資料庫建立作業相關聯的源資料庫資源標識符。 字串
storageContainerSasToken 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定記憶體容器 sas 令牌。 字串
storageContainerUri 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定儲存此還原備份之記憶體容器的 URI。 字串

Microsoft.Sql/managedInstances/databases

名字 描述 價值
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:managedInstances
性能 資源屬性。 ManagedDatabaseProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

TrackedResourceTags

名字 描述 價值

ARM 樣本資源定義

managedInstances/databases 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/managedInstances/databases 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Sql/managedInstances/databases",
  "apiVersion": "2018-06-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "catalogCollation": "string",
    "collation": "string",
    "createMode": "string",
    "longTermRetentionBackupResourceId": "string",
    "recoverableDatabaseId": "string",
    "restorableDroppedDatabaseId": "string",
    "restorePointInTime": "string",
    "sourceDatabaseId": "string",
    "storageContainerSasToken": "string",
    "storageContainerUri": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

ManagedDatabaseProperties

名字 描述 價值
catalogCollation 元資料目錄的定序。 'DATABASE_DEFAULT'
'SQL_Latin1_General_CP1_CI_AS'
整理 受控資料庫的定序。 字串
createMode 受控資料庫建立模式。 PointInTimeRestore:藉由還原現有資料庫的時間點備份來建立資料庫。 必須指定SourceDatabaseName、SourceManagedInstanceName和PointInTime。 RestoreExternalBackup:從外部備份文件還原來建立資料庫。 必須指定 Collation、StorageContainerUri 和 StorageContainerSasToken。 復原:藉由還原異地復寫備份來建立資料庫。 RecoverableDatabaseId 必須指定為要還原的可復原資料庫資源標識符。 'Default'
'PointInTimeRestore'
'Recovery'
'RestoreExternalBackup'
'RestoreLongTermRetentionBackup'
longTermRetentionBackupResourceId 要用於還原此受控資料庫之長期保留備份的名稱。 字串
recoverableDatabaseId 與此資料庫建立作業相關聯的可復原資料庫資源標識符。 字串
restorableDroppedDatabaseId 建立此資料庫時要還原的可還原卸除資料庫資源標識符。 字串
restorePointInTime 有條件的。 如果 createMode 是 PointInTimeRestore,則需要此值。 指定要還原以建立新資料庫的源資料庫的時間點(ISO8601格式)。 字串
sourceDatabaseId 與這個資料庫建立作業相關聯的源資料庫資源標識符。 字串
storageContainerSasToken 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定記憶體容器 sas 令牌。 字串
storageContainerUri 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定儲存此還原備份之記憶體容器的 URI。 字串

Microsoft.Sql/managedInstances/databases

名字 描述 價值
apiVersion API 版本 '2018-06-01-preview'
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 資源屬性。 ManagedDatabaseProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Sql/managedInstances/databases'

TrackedResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

managedInstances/databases 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/managedInstances/databases 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Sql/managedInstances/databases@2018-06-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      catalogCollation = "string"
      collation = "string"
      createMode = "string"
      longTermRetentionBackupResourceId = "string"
      recoverableDatabaseId = "string"
      restorableDroppedDatabaseId = "string"
      restorePointInTime = "string"
      sourceDatabaseId = "string"
      storageContainerSasToken = "string"
      storageContainerUri = "string"
    }
  })
}

屬性值

ManagedDatabaseProperties

名字 描述 價值
catalogCollation 元資料目錄的定序。 'DATABASE_DEFAULT'
'SQL_Latin1_General_CP1_CI_AS'
整理 受控資料庫的定序。 字串
createMode 受控資料庫建立模式。 PointInTimeRestore:藉由還原現有資料庫的時間點備份來建立資料庫。 必須指定SourceDatabaseName、SourceManagedInstanceName和PointInTime。 RestoreExternalBackup:從外部備份文件還原來建立資料庫。 必須指定 Collation、StorageContainerUri 和 StorageContainerSasToken。 復原:藉由還原異地復寫備份來建立資料庫。 RecoverableDatabaseId 必須指定為要還原的可復原資料庫資源標識符。 'Default'
'PointInTimeRestore'
'Recovery'
'RestoreExternalBackup'
'RestoreLongTermRetentionBackup'
longTermRetentionBackupResourceId 要用於還原此受控資料庫之長期保留備份的名稱。 字串
recoverableDatabaseId 與此資料庫建立作業相關聯的可復原資料庫資源標識符。 字串
restorableDroppedDatabaseId 建立此資料庫時要還原的可還原卸除資料庫資源標識符。 字串
restorePointInTime 有條件的。 如果 createMode 是 PointInTimeRestore,則需要此值。 指定要還原以建立新資料庫的源資料庫的時間點(ISO8601格式)。 字串
sourceDatabaseId 與這個資料庫建立作業相關聯的源資料庫資源標識符。 字串
storageContainerSasToken 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定記憶體容器 sas 令牌。 字串
storageContainerUri 有條件的。 如果 createMode 為 RestoreExternalBackup,則需要此值。 指定儲存此還原備份之記憶體容器的 URI。 字串

Microsoft.Sql/managedInstances/databases

名字 描述 價值
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:managedInstances
性能 資源屬性。 ManagedDatabaseProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Sql/managedInstances/databases@2018-06-01-preview”

TrackedResourceTags

名字 描述 價值