次の方法で共有


WaitStatisticsOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
IWaitStatisticsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

waitStatisticsId
String

Wait Statistic 識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象