MySqlServerResource.GetMySqlWaitStatistic(String, CancellationToken) メソッド

定義

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

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

パラメーター

waitStatisticsId
String

待機統計識別子。

cancellationToken
CancellationToken

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

戻り値

例外

waitStatisticsId が null です。

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

適用対象