Restore Points - Create
Veri ambarı için geri yükleme noktası oluşturur.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints?api-version=2021-11-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
database
|
path | True |
string |
Veritabanının adı. |
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 |
---|---|---|---|
restorePointLabel | True |
string |
Uygulanacak geri yükleme noktası etiketi |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Geri yükleme noktası isteği başarıyla oluşturuldu. |
|
201 Created |
Geri yükleme noktası isteği başarıyla oluşturuldu. |
|
202 Accepted |
Kabul edildi |
|
Other Status Codes |
Hata Yanıtları: ***
|
Örnekler
Creates datawarehouse database restore point.
Örnek isteği
Örnek yanıt
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/servers/testserver/databases/testDatabase/restorePoints/131546477590000000",
"name": "131546477590000000",
"type": "Microsoft.Sql/servers/databases/restorePoints",
"location": "japaneast",
"properties": {
"restorePointType": "DISCRETE",
"restorePointCreationDate": "2017-03-10T08:00:00Z",
"restorePointLabel": "mylabel"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/servers/testserver/databases/testDatabase/restorePoints/131546477590000000",
"name": "131546477590000000",
"type": "Microsoft.Sql/servers/databases/restorePoints",
"location": "southeastasia",
"properties": {
"restorePointType": "DISCRETE",
"restorePointCreationDate": "2017-03-10T08:00:00Z",
"restorePointLabel": "mylabel"
}
}
Tanımlar
Name | Description |
---|---|
Create |
Veritabanı geri yükleme noktası oluşturma işlemini gerçekleştirmek için gereken bilgileri içerir. |
Restore |
Veritabanı geri yükleme noktaları. |
Restore |
Geri yükleme noktasının türü |
CreateDatabaseRestorePointDefinition
Veritabanı geri yükleme noktası oluşturma işlemini gerçekleştirmek için gereken bilgileri içerir.
Name | Tür | Description |
---|---|---|
restorePointLabel |
string |
Uygulanacak geri yükleme noktası etiketi |
RestorePoint
Veritabanı geri yükleme noktaları.
Name | Tür | Description |
---|---|---|
id |
string |
Kaynak Kimliği. |
location |
string |
Kaynak konumu. |
name |
string |
Kaynak adı. |
properties.earliestRestoreDate |
string |
Bu veritabanının en erken geri yüklenebileceği zaman |
properties.restorePointCreationDate |
string |
Yedeklemenin alındığı saat |
properties.restorePointLabel |
string |
Kullanıcının yedekleme isteği için geri yükleme noktası etiketi |
properties.restorePointType |
Geri yükleme noktasının türü |
|
type |
string |
Kaynak türü. |
RestorePointType
Geri yükleme noktasının türü
Name | Tür | Description |
---|---|---|
CONTINUOUS |
string |
|
DISCRETE |
string |