你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedWebAppsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:deleted_web_apps> attribute.

Constructor

DeletedWebAppsOperations(*args, **kwargs)

Methods

get_deleted_web_app_by_location

Get deleted app for a subscription at location.

Description for Get deleted app for a subscription at location.

list

Get all deleted apps for a subscription.

Description for Get all deleted apps for a subscription.

list_by_location

Get all deleted apps for a subscription at location.

Description for Get all deleted apps for a subscription at location.

get_deleted_web_app_by_location

Get deleted app for a subscription at location.

Description for Get deleted app for a subscription at location.

get_deleted_web_app_by_location(location: str, deleted_site_id: str, **kwargs: Any) -> DeletedSite

Parameters

Name Description
location
Required
str

The location name. Required.

deleted_site_id
Required
str

The numeric ID of the deleted app, e.g. 12345. Required.

Returns

Type Description

DeletedSite. The DeletedSite is compatible with MutableMapping

Exceptions

Type Description

list

Get all deleted apps for a subscription.

Description for Get all deleted apps for a subscription.

list(**kwargs: Any) -> ItemPaged[DeletedSite]

Returns

Type Description

An iterator like instance of DeletedSite

Exceptions

Type Description

list_by_location

Get all deleted apps for a subscription at location.

Description for Get all deleted apps for a subscription at location.

list_by_location(location: str, **kwargs: Any) -> ItemPaged[DeletedSite]

Parameters

Name Description
location
Required
str

The location name. Required.

Returns

Type Description

An iterator like instance of DeletedSite

Exceptions

Type Description