MariaDBManagementClientOperationsMixin Class

Inheritance
builtins.object
MariaDBManagementClientOperationsMixin

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.

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

resource_group_name
str
Required

The name of the resource group. The name is case insensitive.

server_name
str
Required

The name of the server.

advisor_name
str
Required

The advisor name for recommendation action.

database_name
str
Required

The name of the database.

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

resource_group_name
str
Required

The name of the resource group. The name is case insensitive.

server_name
str
Required

The name of the server.

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