Compartilhar via


WaitStatisticsOperationsExtensions.ListByServer Método

Definição

Recuperar estatísticas de espera para a janela de agregação especificada.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.WaitStatistic> ListByServer (this Microsoft.Azure.Management.MySQL.IWaitStatisticsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.Models.WaitStatisticsInput parameters);
static member ListByServer : Microsoft.Azure.Management.MySQL.IWaitStatisticsOperations * string * string * Microsoft.Azure.Management.MySQL.Models.WaitStatisticsInput -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.WaitStatistic>
<Extension()>
Public Function ListByServer (operations As IWaitStatisticsOperations, resourceGroupName As String, serverName As String, parameters As WaitStatisticsInput) As IPage(Of WaitStatistic)

Parâmetros

operations
IWaitStatisticsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

parameters
WaitStatisticsInput

Os parâmetros necessários para recuperar estatísticas de espera.

Retornos

Aplica-se a