次の方法で共有


WaitStatisticsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.MySQL.Models.WaitStatistic Get(this Microsoft.Azure.Management.MySQL.IWaitStatisticsOperations operations, string resourceGroupName, string serverName, string waitStatisticsId);
static member Get : Microsoft.Azure.Management.MySQL.IWaitStatisticsOperations * string * string * string -> Microsoft.Azure.Management.MySQL.Models.WaitStatistic
<Extension()>
Public Function Get (operations As IWaitStatisticsOperations, resourceGroupName As String, serverName As String, waitStatisticsId As String) As WaitStatistic

パラメーター

operations
IWaitStatisticsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

waitStatisticsId
String

待機統計識別子。

戻り値

適用対象