MySQLManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectMySQLManagementClientOperationsMixin
Constructor
MySQLManagementClientOperationsMixin()
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) -> azure.core.polling._async_poller.AsyncLROPoller[None]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
- continuation_token
- str
A continuation token to restart a poller from a saved state.
- polling
- bool or AsyncPollingMethod
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
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either None or the result of cls(response)
Return type
Exceptions
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) -> azure.mgmt.rdbms.mysql.models._models_py3.QueryPerformanceInsightResetDataResult
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
QueryPerformanceInsightResetDataResult, or the result of cls(response)
Return type
Exceptions
Feedback
Submit and view feedback for