Restorable Dropped Databases - Get
복원할 수 있는 삭제된 데이터베이스를 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/restorableDroppedDatabases/{restorableDroppededDatabaseId}?api-version=2014-04-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다. |
restorable
|
path | True |
string |
databaseName,deletionTimeInFileTimeFormat 형식으로 삭제된 데이터베이스의 ID입니다. |
server
|
path | True |
string |
서버의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
예제
Get a restorable dropped database
샘플 요청
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/restorabledroppeddatabasetest-1257/providers/Microsoft.Sql/servers/restorabledroppeddatabasetest-2389/restorableDroppedDatabases/restorabledroppeddatabasetest-7654,131403269876900000?api-version=2014-04-01
샘플 응답
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/restorabledroppeddatabasetest-1257/providers/Microsoft.Sql/servers/restorabledroppeddatabasetest-2389/restorableDroppedDatabases/restorabledroppeddatabasetest-7654,131403269876900000",
"name": "restorabledroppeddatabasetest-7654,131403269876900000",
"type": "Microsoft.Sql/servers/restorableDroppedDatabases",
"location": "Japan East",
"properties": {
"databaseName": "restorabledroppeddatabasetest-7654",
"edition": "Basic",
"maxSizeBytes": "2147483648",
"serviceLevelObjective": "Basic",
"elasticPoolName": null,
"creationDate": "2017-02-10T00:56:19.2Z",
"deletionDate": "2017-05-27T02:49:47.69Z",
"earliestRestoreDate": "2017-05-20T02:49:47.69Z"
}
}
정의
RestorableDroppedDatabase
복원 가능한 삭제된 데이터베이스
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
location |
string |
리소스가 있는 지리적 위치 |
name |
string |
리소스 이름입니다. |
properties.creationDate |
string |
데이터베이스 만들기 날짜(ISO8601 형식) |
properties.databaseName |
string |
데이터베이스의 이름 |
properties.deletionDate |
string |
데이터베이스의 삭제 날짜(ISO8601 형식) |
properties.earliestRestoreDate |
string |
데이터베이스의 가장 빠른 복원 날짜(ISO8601 형식) |
properties.edition |
string |
데이터베이스 버전 |
properties.elasticPoolName |
string |
데이터베이스의 탄력적 풀 이름 |
properties.maxSizeBytes |
string |
데이터베이스의 최대 크기(바이트)입니다. |
properties.serviceLevelObjective |
string |
데이터베이스의 서비스 수준 목표 이름 |
type |
string |
리소스 종류. |