MariaDBManagementClientOperationsMixin Class    
Constructor
MariaDBManagementClientOperationsMixin()
	Methods
| begin_create_recommended_action_session | 
					 Create recommendation action session for the advisor.  | 
			
| reset_query_performance_insight_data | 
					 Reset data for Query Performance Insight.  | 
			
begin_create_recommended_action_session
Create recommendation action session for the advisor.
async begin_create_recommended_action_session(resource_group_name: str, server_name: str, advisor_name: str, database_name: str, **kwargs: Any) -> AsyncLROPoller[None]
		Parameters
| Name | Description | 
|---|---|
| 
		 resource_group_name 
			
				Required
			 
	 | 
	
		
		 The name of the resource group. The name is case insensitive.  | 
| 
		 server_name 
			
				Required
			 
	 | 
	
		
		 The name of the server.  | 
| 
		 advisor_name 
			
				Required
			 
	 | 
	
		
		 The advisor name for recommendation action.  | 
| 
		 database_name 
			
				Required
			 
	 | 
	
		
		 The name of the database.  | 
Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 cls 
	 | 
	
		
		 A custom type or function that will be passed the direct response  | 
| 
		 continuation_token 
	 | 
	
		
		 A continuation token to restart a poller from a saved state.  | 
| 
		 polling 
	 | 
	
		
		 By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.  | 
| 
		 polling_interval 
	 | 
	
		
		 Default waiting time between two polls for LRO operations if no Retry-After header is present.  | 
Returns
| Type | Description | 
|---|---|
| 
					 An instance of AsyncLROPoller that returns either None or the result of cls(response)  | 
		
Exceptions
| Type | Description | 
|---|---|
reset_query_performance_insight_data
Reset data for Query Performance Insight.
async reset_query_performance_insight_data(resource_group_name: str, server_name: str, **kwargs: Any) -> QueryPerformanceInsightResetDataResult
		Parameters
| Name | Description | 
|---|---|
| 
		 resource_group_name 
			
				Required
			 
	 | 
	
		
		 The name of the resource group. The name is case insensitive.  | 
| 
		 server_name 
			
				Required
			 
	 | 
	
		
		 The name of the server.  | 
Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 cls 
	 | 
	
		
		 A custom type or function that will be passed the direct response  | 
Returns
| Type | Description | 
|---|---|
| 
					 QueryPerformanceInsightResetDataResult, or the result of cls(response)  | 
		
Exceptions
| Type | Description | 
|---|---|