GlobalOperations Class 
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:global_operations> attribute.
Constructor
GlobalOperations(*args, **kwargs)
	Methods
| get_deleted_web_app | 
					 Get deleted app for a subscription. Description for Get deleted app for a subscription.  | 
			
| get_deleted_web_app_snapshots | 
					 Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.  | 
			
| get_subscription_operation_with_async_response | 
					 Gets an operation in a subscription and given region. Description for Gets an operation in a subscription and given region.  | 
			
get_deleted_web_app
Get deleted app for a subscription.
Description for Get deleted app for a subscription.
get_deleted_web_app(deleted_site_id: str, **kwargs: Any) -> DeletedSite
		Parameters
| Name | Description | 
|---|---|
| 
		 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 | 
|---|---|
get_deleted_web_app_snapshots
Get all deleted apps for a subscription.
Description for Get all deleted apps for a subscription.
get_deleted_web_app_snapshots(deleted_site_id: str, **kwargs: Any) -> List[Snapshot]
		Parameters
| Name | Description | 
|---|---|
| 
		 deleted_site_id 
			
				Required
			 
	 | 
	
		
		 The numeric ID of the deleted app, e.g. 12345. Required.  | 
Returns
| Type | Description | 
|---|---|
| 
					 list of Snapshot or the result of cls(response)  | 
		
Exceptions
| Type | Description | 
|---|---|
get_subscription_operation_with_async_response
Gets an operation in a subscription and given region.
Description for Gets an operation in a subscription and given region.
get_subscription_operation_with_async_response(location: str, operation_id: str, **kwargs: Any) -> None
		Parameters
| Name | Description | 
|---|---|
| 
		 location 
			
				Required
			 
	 | 
	
		
		 Location name. Required.  | 
| 
		 operation_id 
			
				Required
			 
	 | 
	
		
		 Operation Id. Required.  | 
Returns
| Type | Description | 
|---|---|
| 
					 None 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'>