Restore Points - Create
데이터 웨어하우스에 대한 복원 지점을 만듭니다.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints?api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
database
|
path | True |
string |
데이터베이스의 이름입니다. |
resource
|
path | True |
string |
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다. |
server
|
path | True |
string |
서버의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
요청 본문
Name | 필수 | 형식 | Description |
---|---|---|---|
restorePointLabel | True |
string |
적용할 복원 지점 레이블 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
복원 지점 요청을 만들었습니다. |
|
201 Created |
복원 지점 요청을 만들었습니다. |
|
202 Accepted |
수락됨 |
|
Other Status Codes |
오류 응답: ***
|
예제
Creates datawarehouse database restore point.
샘플 요청
샘플 응답
{
"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"
}
}
정의
Name | Description |
---|---|
Create |
데이터베이스 복원 지점 만들기 작업을 수행하는 데 필요한 정보를 포함합니다. |
Restore |
데이터베이스 복원 지점. |
Restore |
복원 지점의 유형 |
CreateDatabaseRestorePointDefinition
데이터베이스 복원 지점 만들기 작업을 수행하는 데 필요한 정보를 포함합니다.
Name | 형식 | Description |
---|---|---|
restorePointLabel |
string |
적용할 복원 지점 레이블 |
RestorePoint
데이터베이스 복원 지점.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
location |
string |
리소스 위치. |
name |
string |
리소스 이름입니다. |
properties.earliestRestoreDate |
string |
이 데이터베이스를 복원할 수 있는 가장 빠른 시간 |
properties.restorePointCreationDate |
string |
백업이 수행된 시간 |
properties.restorePointLabel |
string |
사용자의 백업 요청에 대한 복원 지점 레이블 |
properties.restorePointType |
복원 지점의 유형 |
|
type |
string |
리소스 종류. |
RestorePointType
복원 지점의 유형
Name | 형식 | Description |
---|---|---|
CONTINUOUS |
string |
|
DISCRETE |
string |