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.

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

Name Description
resource_group_name
Required
str

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

server_name
Required
str

The name of the server.

advisor_name
Required
str

The advisor name for recommendation action.

database_name
Required
str

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
str

A continuation token to restart a poller from a saved state.

polling

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

Type Description

An instance of LROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

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

Name Description
resource_group_name
Required
str

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

server_name
Required
str

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