Web Apps - List Backups Slot

[アプリの既存のバックアップを取得する] の説明。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups?api-version=2023-01-01

URI パラメーター

名前 / 必須 説明
name
path True

string

アプリの名前。

resourceGroupName
path True

string

リソースが属しているリソース グループの名前。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのバックアップを取得します。

subscriptionId
path True

string

Azure のサブスクリプション ID。 これは GUID 形式の文字列です (例: 000000000-0000-0000-0000-00000000000000)。

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

BackupItemCollection

OK

Other Status Codes

DefaultErrorResponse

エラー応答をApp Serviceします。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

定義

名前 説明
BackupItem

バックアップの説明。

BackupItemCollection

バックアップ項目のコレクション。

BackupItemStatus

バックアップの状態。

DatabaseBackupSetting

データベース バックアップの設定。

DatabaseType

データベースの種類 (SqlAzure/MySql など)。

DefaultErrorResponse

エラー応答をApp Serviceします。

Details
Error

エラー モデル。

BackupItem

バックアップの説明。

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

name

string

リソース名。

properties.blobName

string

このバックアップのデータを含む BLOB の名前。

properties.correlationId

string

一意の関連付け識別子。 これは、Azure サポートとの通信中にタイムスタンプと共に使用してください。

properties.created

string

バックアップ作成のタイムスタンプ。

properties.databases

DatabaseBackupSetting[]

バックアップに含まれるデータベースの一覧。

properties.finishedTimeStamp

string

このバックアップが完了したときのタイムスタンプ。

properties.id

integer

バックアップの ID。

properties.lastRestoreTimeStamp

string

このバックアップを使用した最後の復元操作のタイムスタンプ。

properties.log

string

このバックアップに関する詳細。 エラー メッセージが含まれている可能性があります。

properties.name

string

このバックアップの名前。

properties.scheduled

boolean

True を指定すると、スケジュールがトリガーされたためにこのバックアップが作成されます。

properties.sizeInBytes

integer

バックアップのサイズ (バイト単位)。

properties.status

BackupItemStatus

バックアップの状態。

properties.storageAccountUrl

string

このバックアップを含むストレージ アカウント コンテナーの SAS URL。

properties.websiteSizeInBytes

integer

バックアップされた元の Web アプリのサイズ。

type

string

リソースの種類。

BackupItemCollection

バックアップ項目のコレクション。

名前 説明
nextLink

string

リソースの次のページへのリンク。

value

BackupItem[]

リソースのコレクション。

BackupItemStatus

バックアップの状態。

名前 説明
Created

string

DeleteFailed

string

DeleteInProgress

string

Deleted

string

Failed

string

InProgress

string

PartiallySucceeded

string

Skipped

string

Succeeded

string

TimedOut

string

DatabaseBackupSetting

データベース バックアップの設定。

名前 説明
connectionString

string

バックアップまたは復元されるデータベースへの接続文字列が含まれます。 復元が新しいデータベースに対して行われる場合は、内部のデータベース名が新しいデータベースになります。

connectionStringName

string

SiteConfig.ConnectionStrings にリンクされている接続文字列名が含まれます。 これは、復元中に、接続文字列の上書きオプションで使用されます。

databaseType

DatabaseType

データベースの種類 (SqlAzure/MySql など)。

name

string

DatabaseType

データベースの種類 (SqlAzure/MySql など)。

名前 説明
LocalMySql

string

MySql

string

PostgreSql

string

SqlAzure

string

DefaultErrorResponse

エラー応答をApp Serviceします。

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

message

string

エラーの詳細な説明とデバッグ情報。

target

string

エラーの詳細な説明とデバッグ情報。

Error

エラー モデル。

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

details

Details[]

詳細なエラー。

innererror

string

デバッグ エラーの詳細。

message

string

エラーの詳細な説明とデバッグ情報。

target

string

エラーの詳細な説明とデバッグ情報。