DeletedWebAppsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:deleted_web_apps> attribute.
- Inheritance
-
builtins.objectDeletedWebAppsOperations
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.
async get_deleted_web_app_by_location(location: str, deleted_site_id: str, **kwargs: Any) -> DeletedSite
Parameters
Name | Description |
---|---|
location
Required
|
Required. |
deleted_site_id
Required
|
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.
Get all deleted apps for a subscription.
list(**kwargs: Any) -> AsyncIterable[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.
Get all deleted apps for a subscription at location.
list_by_location(location: str, **kwargs: Any) -> AsyncIterable[DeletedSite]
Parameters
Name | Description |
---|---|
location
Required
|
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.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'>
Azure SDK for Python