Compartir a través de


MySQLManagementClientExtensions.ResetQueryPerformanceInsightDataAsync Método

Definición

Restablezca los datos de Información de rendimiento de consultas.

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)

Parámetros

operations
IMySQLManagementClient

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serverName
String

El nombre del servidor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a