DeletedWebAppsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:deleted_web_apps> attribute.

Inheritance
builtins.object
DeletedWebAppsOperations

Constructor

DeletedWebAppsOperations(*args, **kwargs)

Methods

get_deleted_web_app_by_location

Get deleted app for a subscription at location.

Get deleted app for a subscription at location.

list

Get all deleted apps for a subscription.

Get all deleted apps for a subscription.

list_by_location

Get all deleted apps for a subscription at location.

Get all deleted apps for a subscription at location.

get_deleted_web_app_by_location

Get deleted app for a subscription at location.

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.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

DeletedSite or the result of cls(response)

Exceptions

Type Description

list

Get all deleted apps for a subscription.

Get all deleted apps for a subscription.

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

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

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.

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.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

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.v2020_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_09_01\\models\\__init__.py'>