次の方法で共有


QueryTextsOperationsExtensions.Get メソッド

定義

queryId のQuery-Storeクエリ テキストを取得します。

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

パラメーター

operations
IQueryTextsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

queryId
String

Query-Storeクエリ識別子。

戻り値

適用対象