次の方法で共有


MySqlServerResource.GetMySqlWaitStatisticAsync メソッド

定義

指定した識別子の待機統計を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}
  • 操作IdWaitStatistics_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>> GetMySqlWaitStatisticAsync (string waitStatisticsId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMySqlWaitStatisticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
override this.GetMySqlWaitStatisticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
Public Overridable Function GetMySqlWaitStatisticAsync (waitStatisticsId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MySqlWaitStatisticResource))

パラメーター

waitStatisticsId
String

待機統計識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

waitStatisticsId が null です。

waitStatisticsId は空の文字列であり、空でないと予想されていました。

適用対象