Deleted Web Apps - List
Beschrijving voor Alle verwijderde apps voor een abonnement ophalen.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites?api-version=2024-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
Uw Azure-abonnements-id. Dit is een tekenreeks met GUID-indeling (bijvoorbeeld 00000000-0000-0000-0000-000000000000000). |
api-version
|
query | True |
string |
API-versie |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Foutreactie van App Service. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Definities
Name | Description |
---|---|
Default |
Foutreactie van App Service. |
Deleted |
Een verwijderde app. |
Deleted |
Verzameling verwijderde apps. |
Details | |
Error |
Foutmodel. |
DefaultErrorResponse
Foutreactie van App Service.
Name | Type | Description |
---|---|---|
error |
Foutmodel. |
DeletedSite
Een verwijderde app.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id. |
kind |
string |
Soort resource. |
name |
string |
Resourcenaam. |
properties.deletedSiteId |
integer (int32) |
Numerieke id voor de verwijderde site |
properties.deletedSiteName |
string |
Naam van de verwijderde site |
properties.deletedTimestamp |
string |
Tijd in UTC waarop de app is verwijderd. |
properties.geoRegionName |
string |
Geografische regio van de verwijderde site |
properties.kind |
string |
Soort site dat is verwijderd |
properties.resourceGroup |
string |
ResourceGroup met de verwijderde site |
properties.slot |
string |
Site van de verwijderde site |
properties.subscription |
string |
Abonnement met de verwijderde site |
type |
string |
Type bron |
DeletedWebAppCollection
Verzameling verwijderde apps.
Name | Type | Description |
---|---|---|
nextLink |
string |
Koppeling naar de volgende pagina met resources. |
value |
Verzameling resources. |
Details
Name | Type | Description |
---|---|---|
code |
string |
Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren. |
message |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |
target |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |
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 foutopsporingsgegevens. |
target |
string |
Gedetailleerde foutbeschrijving en foutopsporingsgegevens. |