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.objectDeletedWebAppsOperations
Constructor
DeletedWebAppsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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_15.models._models_py3.DeletedSite
Parameters
- location
- str
- 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_15.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_15.models._models_py3.DeletedWebAppCollection]
Parameters
- location
- str
- 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_15.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2021_01_15\\models\\__init__.py'>
Feedback
Submit and view feedback for