Bagikan melalui


Global - Get Deleted Web App Snapshots

Deskripsi untuk Mendapatkan semua aplikasi yang dihapus untuk langganan.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}/snapshots?api-version=2025-05-01

Parameter URI

Nama Dalam Diperlukan Jenis Deskripsi
deletedSiteId
path True

string

ID numerik aplikasi yang dihapus, misalnya 12345

subscriptionId
path True

string (uuid)

ID langganan target. Nilainya harus sebuah UUID.

api-version
query True

string

minLength: 1

Versi API yang digunakan untuk operasi ini.

Respons

Nama Jenis Deskripsi
200 OK

Snapshot[]

Operasi Azure berhasil diselesaikan.

Other Status Codes

DefaultErrorResponse

Respons kesalahan tak terduga.

Keamanan

azure_auth

Alur OAuth2 Azure Active Directory.

Jenis: oauth2
Alur: implicit
URL Otorisasi: https://login.microsoftonline.com/common/oauth2/authorize

Cakupan

Nama Deskripsi
user_impersonation meniru akun pengguna Anda

Contoh

Get Deleted Web App Snapshots

Permintaan sampel

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/deletedSites/9/snapshots?api-version=2025-05-01

Respon sampel

[
  {
    "name": "wussite6",
    "type": "Microsoft.Web/locations/deletedSites",
    "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg1/providers/Microsoft.Web/locations/West US 2/deletedwebapps/wussite6/snapshots/9",
    "properties": {
      "time": "2019-05-09T22:29:05.1337007"
    }
  }
]

Definisi

Nama Deskripsi
DefaultErrorResponse

Respons kesalahan App Service.

DefaultErrorResponseError

Model kesalahan.

DefaultErrorResponseErrorDetailsItem

Kesalahan terperinci.

Snapshot

Cuplikan aplikasi.

DefaultErrorResponse

Respons kesalahan App Service.

Nama Jenis Deskripsi
error

DefaultErrorResponseError

Model kesalahan.

DefaultErrorResponseError

Model kesalahan.

Nama Jenis Deskripsi
code

string

String standar untuk mengidentifikasi kesalahan secara terprogram.

details

DefaultErrorResponseErrorDetailsItem[]

Kesalahan terperinci.

innererror

string

Informasi selengkapnya untuk men-debug kesalahan.

message

string

Deskripsi kesalahan terperinci dan informasi debugging.

target

string

Deskripsi kesalahan terperinci dan informasi debugging.

DefaultErrorResponseErrorDetailsItem

Kesalahan terperinci.

Nama Jenis Deskripsi
code

string

String standar untuk mengidentifikasi kesalahan secara terprogram.

message

string

Deskripsi kesalahan terperinci dan informasi debugging.

target

string

Deskripsi kesalahan terperinci dan informasi debugging.

Snapshot

Cuplikan aplikasi.

Nama Jenis Deskripsi
id

string

Id Sumber Daya.

kind

string

Jenis sumber daya.

name

string

Nama Sumber Daya.

properties.time

string

Waktu snapshot diambil.

type

string

Jenis sumber daya.