Partager via


MySQLManagementClientExtensions.ResetQueryPerformanceInsightDataAsync Méthode

Définition

Réinitialisez les données pour Query Performance Insight.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.QueryPerformanceInsightResetDataResult> ResetQueryPerformanceInsightDataAsync (this Microsoft.Azure.Management.MySQL.IMySQLManagementClient operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ResetQueryPerformanceInsightDataAsync : Microsoft.Azure.Management.MySQL.IMySQLManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.QueryPerformanceInsightResetDataResult>
<Extension()>
Public Function ResetQueryPerformanceInsightDataAsync (operations As IMySQLManagementClient, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QueryPerformanceInsightResetDataResult)

Paramètres

operations
IMySQLManagementClient

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName
String

Le nom du serveur

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à