MariaDBManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectMariaDBManagementClientOperationsMixin
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.
begin_create_recommended_action_session(resource_group_name: str, server_name: str, advisor_name: str, database_name: str, **kwargs: Any) -> LROPoller[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 PollingMethod
By default, your polling method will be ARMPolling. 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 LROPoller that returns either None or the result of cls(response)
Return type
Exceptions
reset_query_performance_insight_data
Reset data for Query Performance Insight.
reset_query_performance_insight_data(resource_group_name: str, server_name: str, **kwargs: Any) -> _models.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