你当前正在访问 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

Required.

deleted_site_id
Required
str

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

Returns

Type Description

DeletedSite or the result of cls(response)

Exceptions

Type Description

list

Get all deleted apps for a subscription.

Description for Get all deleted apps for a subscription.

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

Returns

Type Description

An iterator like instance of either DeletedSite or the result of cls(response)

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) -> Iterable[DeletedSite]

Parameters

Name Description
___location
Required
str

Required.

Returns

Type Description

An iterator like instance of either DeletedSite or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.web.v2023_01_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv228\\Lib\\site-packages\\azure\\mgmt\\web\\v2023_01_01\\models\\__init__.py'>