다음을 통해 공유


Web Apps - Restore From Deleted App Slot

이 웹앱에 삭제된 웹앱을 복원하기 위한 설명입니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
name
path True

string

웹앱의 이름입니다.

resourceGroupName
path True

string

리소스가 속한 리소스 그룹의 이름입니다.

regex 패턴: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

웹앱 슬롯의 이름입니다. 지정하지 않으면 기본적으로 프로덕션 슬롯으로 설정됩니다.

subscriptionId
path True

string

Azure 구독 ID. GUID 형식 문자열입니다(예: 00000000-0000-0000-0000-0000-00000000000).

api-version
query True

string

API 버전

요청 본문

Name 형식 Description
kind

string

리소스 종류입니다.

properties.deletedSiteId

string

삭제된 앱의 ARM 리소스 ID입니다. 예: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}

properties.recoverConfiguration

boolean

true이면 콘텐츠 외에 삭제된 사이트 구성이 복원됩니다.

properties.snapshotTime

string

DateTime 문자열 형식으로 지정된 삭제된 앱을 복원하는 시점입니다. 지정되지 않은 경우 기본값은 앱이 삭제된 시간입니다.

properties.useDRSecondary

boolean

true이면 DRSecondary 엔드포인트에서 스냅샷 검색됩니다.

응답

Name 형식 Description
200 OK

복원 작업이 시작되었습니다.

202 Accepted

복원 작업이 시작되었습니다.

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

DeletedAppRestoreRequest

삭제된 앱 복원에 대한 세부 정보입니다.

Details
Error

오류 모델.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

DeletedAppRestoreRequest

삭제된 앱 복원에 대한 세부 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.deletedSiteId

string

삭제된 앱의 ARM 리소스 ID입니다. 예: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}

properties.recoverConfiguration

boolean

true이면 콘텐츠 외에 삭제된 사이트 구성이 복원됩니다.

properties.snapshotTime

string

DateTime 문자열 형식으로 지정된 삭제된 앱을 복원하는 시점입니다. 지정되지 않은 경우 기본값은 앱이 삭제된 시간입니다.

properties.useDRSecondary

boolean

true이면 DRSecondary 엔드포인트에서 스냅샷 검색됩니다.

type

string

리소스 종류.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

Error

오류 모델.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.