Servers - Import Database
Bir bacpac'i yeni bir veritabanına aktarır.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/import?api-version=2021-11-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz. |
server
|
path | True |
string |
Sunucunun adı. |
subscription
|
path | True |
string |
Azure aboneliğini tanımlayan abonelik kimliği. |
api-version
|
query | True |
string |
İstek için kullanılacak API sürümü. |
İstek Gövdesi
Name | Gerekli | Tür | Description |
---|---|---|---|
administratorLogin | True |
string |
Yönetici oturum açma adı. |
administratorLoginPassword | True |
string |
Yönetici oturum açma parolası. |
storageKey | True |
string |
Depolama anahtarı. |
storageKeyType | True |
Depolama anahtarı türü. |
|
storageUri | True |
string |
Depolama Uri'si. |
authenticationType |
string |
Kimlik doğrulama türü. |
|
databaseName |
string |
İçeri aktarma veritabanının adı. |
|
edition |
string |
İçeri aktarma veritabanının sürümü. |
|
maxSizeBytes |
string |
İçeri aktarma veritabanı için bayt cinsinden en büyük boyut. |
|
networkIsolation |
İstek için ağ yalıtımını etkinleştirmek için isteğe bağlı kaynak bilgileri. |
||
serviceObjectiveName |
string |
İçeri aktarma veritabanının hizmet düzeyi hedef adı. |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Veritabanı başarıyla içeri aktarıldı. |
|
202 Accepted |
Veritabanını içeri aktarma işlemi devam ediyor. |
|
Other Status Codes |
Hata Yanıtları: ***
|
Örnekler
Imports to a new database, using private link for the SQL server and storage account. |
Imports to a new database. |
Imports to a new database, using private link for the SQL server and storage account.
Örnek isteği
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/import?api-version=2021-11-01
{
"databaseName": "testdb",
"storageKeyType": "StorageAccessKey",
"storageKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==",
"storageUri": "https://test.blob.core.windows.net/test.bacpac",
"administratorLogin": "login",
"administratorLoginPassword": "password",
"authenticationType": "Sql",
"networkIsolation": {
"sqlServerResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr",
"storageAccountResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Storage/storageAccounts/test-privatelink"
}
}
Örnek yanıt
{
"properties": {
"requestId": "9d9a794a-5cec-4f23-af70-d29511b522a4",
"requestType": "Import",
"queuedTime": "2/2/2020 8:33:27 PM",
"lastModifiedTime": "2/2/2020 8:34:47 PM",
"blobUri": "https://test.blob.core.windows.net/test.bacpac",
"serverName": "testsvr.database.windows.net",
"databaseName": "testdb",
"status": "Completed"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/importExportOperationResults/9d9a794a-5cec-4f23-af70-d29511b522a4",
"name": "9d9a794a-5cec-4f23-af70-d29511b522a4",
"type": "Microsoft.Sql/servers/databases/importExportOperationResults"
}
Imports to a new database.
Örnek isteği
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/import?api-version=2021-11-01
{
"databaseName": "testdb",
"storageKeyType": "StorageAccessKey",
"storageKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==",
"storageUri": "https://test.blob.core.windows.net/test.bacpac",
"administratorLogin": "login",
"administratorLoginPassword": "password",
"authenticationType": "Sql"
}
Örnek yanıt
{
"properties": {
"requestId": "9d9a794a-5cec-4f23-af70-d29511b522a4",
"requestType": "Import",
"queuedTime": "2/2/2020 8:33:27 PM",
"lastModifiedTime": "2/2/2020 8:34:47 PM",
"blobUri": "https://test.blob.core.windows.net/test.bacpac",
"serverName": "testsvr.database.windows.net",
"databaseName": "testdb",
"status": "Completed"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/servers/testsvr/databases/testdb/importExportOperationResults/9d9a794a-5cec-4f23-af70-d29511b522a4",
"name": "9d9a794a-5cec-4f23-af70-d29511b522a4",
"type": "Microsoft.Sql/servers/databases/importExportOperationResults"
}
Tanımlar
Name | Description |
---|---|
Import |
ImportExport işlemi sonuç kaynağı. |
Import |
Yeni veritabanı için içeri aktarma işlemini gerçekleştirmek için gereken bilgileri içerir. |
Network |
Özel uç nokta bağlantısının oluşturulacağı ARM kaynaklarını içerir. |
Private |
Özel uç nokta bağlantı istekleri durumunu içerir. |
Storage |
Depolama anahtarı türü. |
ImportExportOperationResult
ImportExport işlemi sonuç kaynağı.
Name | Tür | Description |
---|---|---|
id |
string |
Kaynak Kimliği. |
name |
string |
Kaynak adı. |
properties.blobUri |
string |
Blob Uri'si. |
properties.databaseName |
string |
Veritabanı adı. |
properties.errorMessage |
string |
Hata iletisi. |
properties.lastModifiedTime |
string |
Son değiştirme zamanı. |
properties.privateEndpointConnections |
Bu istekle ilişkili özel uç noktaların durumunu alır. |
|
properties.queuedTime |
string |
Kuyruğa alınan süre. |
properties.requestId |
string |
İstek Kimliği. |
properties.requestType |
string |
İstek türü. |
properties.serverName |
string |
Sunucunun adı. |
properties.status |
string |
İşlem durumu. |
type |
string |
Kaynak türü. |
ImportNewDatabaseDefinition
Yeni veritabanı için içeri aktarma işlemini gerçekleştirmek için gereken bilgileri içerir.
Name | Tür | Description |
---|---|---|
administratorLogin |
string |
Yönetici oturum açma adı. |
administratorLoginPassword |
string |
Yönetici oturum açma parolası. |
authenticationType |
string |
Kimlik doğrulama türü. |
databaseName |
string |
İçeri aktarma veritabanının adı. |
edition |
string |
İçeri aktarma veritabanının sürümü. |
maxSizeBytes |
string |
İçeri aktarma veritabanı için bayt cinsinden en büyük boyut. |
networkIsolation |
İstek için ağ yalıtımını etkinleştirmek için isteğe bağlı kaynak bilgileri. |
|
serviceObjectiveName |
string |
İçeri aktarma veritabanının hizmet düzeyi hedef adı. |
storageKey |
string |
Depolama anahtarı. |
storageKeyType |
Depolama anahtarı türü. |
|
storageUri |
string |
Depolama Uri'si. |
NetworkIsolationSettings
Özel uç nokta bağlantısının oluşturulacağı ARM kaynaklarını içerir.
Name | Tür | Description |
---|---|---|
sqlServerResourceId |
string |
Bu isteğin hedefi olan SQL sunucusunun kaynak kimliği. Ayarlanırsa, SQL sunucusu için özel uç nokta bağlantısı oluşturulur. İşlemin hedefi olan sunucuyla eşleşmelidir. |
storageAccountResourceId |
string |
BACPAC dosyasını depolamak için kullanılan depolama hesabının kaynak kimliği. Ayarlanırsa, depolama hesabı için özel uç nokta bağlantısı oluşturulur. StorageUri parametresi için kullanılan depolama hesabıyla eşleşmelidir. |
PrivateEndpointConnectionRequestStatus
Özel uç nokta bağlantı istekleri durumunu içerir.
Name | Tür | Description |
---|---|---|
privateEndpointConnectionName |
string |
Özel uç noktanın bağlantı adı. |
privateLinkServiceId |
string |
Özel uç noktanın oluşturulduğu kaynak kimliği. |
status |
string |
Bu özel uç nokta bağlantısının durumu. |
StorageKeyType
Depolama anahtarı türü.
Name | Tür | Description |
---|---|---|
SharedAccessKey |
string |
|
StorageAccessKey |
string |