Long Term Retention Backups - Get By Resource Group
長期保有バックアップを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
backup
|
path | True |
string |
バックアップ名。 |
location
|
path | True |
string |
データベースの場所。 |
long
|
path | True |
string |
データベースの名前 |
long
|
path | True |
string |
サーバーの名前 |
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
バックアップが正常に取得されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Get the long term retention backup.
要求のサンプル
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/japaneast/longTermRetentionServers/testserver/longTermRetentionDatabases/testDatabase/longTermRetentionBackups/55555555-6666-7777-8888-999999999999;131637960820000000?api-version=2021-11-01
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/japaneast/longTermRetentionServers/testserver/longTermRetentionDatabases/testDatabase/longTermRetentionBackups/2017-03-10T08:00:00.000Z;55555555-6666-7777-8888-999999999999;2017-09-06T08:00:00.000Z",
"name": "2017-03-10T08:00:00.000Z;55555555-6666-7777-8888-999999999999;131637960820000000",
"type": "Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups",
"properties": {
"serverName": "testserver",
"serverCreateTime": "2017-03-10T08:00:00Z",
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
}
}
定義
名前 | 説明 |
---|---|
Backup |
コピーしたバックアップのストレージ冗長の種類 |
Long |
長期保有期間のバックアップ。 |
BackupStorageRedundancy
コピーしたバックアップのストレージ冗長の種類
名前 | 型 | 説明 |
---|---|---|
Geo |
string |
|
GeoZone |
string |
|
Local |
string |
|
Zone |
string |
LongTermRetentionBackup
長期保有期間のバックアップ。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
name |
string |
リソース名。 |
properties.backupExpirationTime |
string |
長期保有バックアップの有効期限が切れる時間。 |
properties.backupStorageRedundancy |
バックアップのストレージ冗長の種類 |
|
properties.backupTime |
string |
バックアップが作成された時刻 |
properties.databaseDeletionTime |
string |
データベースの削除時刻 |
properties.databaseName |
string |
バックアップが属しているデータベースの名前 |
properties.requestedBackupStorageRedundancy |
バックアップのストレージ冗長の種類 |
|
properties.serverCreateTime |
string |
サーバーの作成時刻。 |
properties.serverName |
string |
バックアップ データベースが属しているサーバー名。 |
type |
string |
リソースの種類。 |