DeletedWebAppsOperations Class   
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<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
			 
	 | 
	
		
		 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.
Description for Get all deleted apps for a subscription.
list(**kwargs: Any) -> ItemPaged[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) -> ItemPaged[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.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv239\\Lib\\site-packages\\azure\\mgmt\\web\\models\\__init__.py'>