DeletedWebAppsOperations Class

DeletedWebAppsOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
DeletedWebAppsOperations

Constructor

DeletedWebAppsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

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.

async get_deleted_web_app_by_location(location: str, deleted_site_id: str, **kwargs: Any) -> azure.mgmt.web.v2021_01_01.models._models_py3.DeletedSite

Parameters

location
str
Required
deleted_site_id
str
Required

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

cls
callable

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

Returns

DeletedSite, or the result of cls(response)

Return type

Exceptions

list

Get all deleted apps for a subscription.

Description for Get all deleted apps for a subscription.

list(**kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2021_01_01.models._models_py3.DeletedWebAppCollection]

Parameters

cls
callable

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

Returns

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

Return type

Exceptions

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) -> AsyncIterable[azure.mgmt.web.v2021_01_01.models._models_py3.DeletedWebAppCollection]

Parameters

location
str
Required
cls
callable

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

Returns

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

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.web.v2021_01_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2021_01_01\\models\\__init__.py'>