Web Apps - List Backups Slot

Beschrijving voor Haalt bestaande back-ups van een app op.

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

URI-parameters

Name In Vereist Type Description
name
path True

string

Naam van de app.

resourceGroupName
path True

string

Naam van de resourcegroep waartoe de resource behoort.

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

slot
path True

string

Naam van de implementatiesite. Als er geen site is opgegeven, krijgt de API back-ups van de productiesite.

subscriptionId
path True

string

Uw Azure-abonnements-id. Dit is een tekenreeks met GUID-indeling (bijvoorbeeld 000000000-0000-0000-0000-000000000000).

api-version
query True

string

API-versie

Antwoorden

Name Type Description
200 OK

BackupItemCollection

OK

Other Status Codes

DefaultErrorResponse

App Service foutreactie.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

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

Scopes

Name Description
user_impersonation Uw gebruikersaccount imiteren

Definities

Name Description
BackupItem

Beschrijving van back-up.

BackupItemCollection

Verzameling back-upitems.

BackupItemStatus

Back-upstatus.

DatabaseBackupSetting

Instellingen voor databaseback-up.

DatabaseType

Databasetype (bijvoorbeeld SqlAzure/MySql).

DefaultErrorResponse

App Service foutreactie.

Details
Error

Foutmodel.

BackupItem

Beschrijving van back-up.

Name Type Description
id

string

Resource-id.

kind

string

Soort resource.

name

string

Resourcenaam.

properties.blobName

string

Naam van de blob die gegevens voor deze back-up bevat.

properties.correlationId

string

Unieke correlatie-id. Gebruik dit samen met het tijdstempel tijdens de communicatie met ondersteuning voor Azure.

properties.created

string

Tijdstempel van het maken van de back-up.

properties.databases

DatabaseBackupSetting[]

Lijst met databases die zijn opgenomen in de back-up.

properties.finishedTimeStamp

string

Tijdstempel wanneer deze back-up is voltooid.

properties.id

integer

Id van de back-up.

properties.lastRestoreTimeStamp

string

Tijdstempel van een laatste herstelbewerking die deze back-up heeft gebruikt.

properties.log

string

Details met betrekking tot deze back-up. Bevat mogelijk een foutbericht.

properties.name

string

Naam van deze back-up.

properties.scheduled

boolean

Is waar als deze back-up is gemaakt omdat er een schema is geactiveerd.

properties.sizeInBytes

integer

Grootte van de back-up in bytes.

properties.status

BackupItemStatus

Back-upstatus.

properties.storageAccountUrl

string

SAS-URL voor de opslagaccountcontainer die deze back-up bevat.

properties.websiteSizeInBytes

integer

Grootte van de oorspronkelijke web-app waarvan een back-up is gemaakt.

type

string

Resourcetype.

BackupItemCollection

Verzameling back-upitems.

Name Type Description
nextLink

string

Koppeling naar de volgende pagina met resources.

value

BackupItem[]

Verzameling resources.

BackupItemStatus

Back-upstatus.

Name Type Description
Created

string

DeleteFailed

string

DeleteInProgress

string

Deleted

string

Failed

string

InProgress

string

PartiallySucceeded

string

Skipped

string

Succeeded

string

TimedOut

string

DatabaseBackupSetting

Instellingen voor databaseback-up.

Name Type Description
connectionString

string

Bevat een verbindingsreeks naar een database waarvan een back-up wordt gemaakt of waarvan een back-up wordt gemaakt. Als het herstellen van een nieuwe database moet plaatsvinden, is de naam van de database in de nieuwe database.

connectionStringName

string

Bevat een verbindingsreeks naam die is gekoppeld aan de SiteConfig.ConnectionStrings. Dit wordt gebruikt tijdens het herstellen met opties voor het overschrijven van verbindingsreeksen.

databaseType

DatabaseType

Databasetype (bijvoorbeeld SqlAzure/MySql).

name

string

DatabaseType

Databasetype (bijvoorbeeld SqlAzure/MySql).

Name Type Description
LocalMySql

string

MySql

string

PostgreSql

string

SqlAzure

string

DefaultErrorResponse

App Service foutreactie.

Name Type Description
error

Error

Foutmodel.

Details

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

Error

Foutmodel.

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

details

Details[]

Gedetailleerde fouten.

innererror

string

Meer informatie over foutopsporing.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.