次の方法で共有


QueryTextsOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
IQueryTextsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

queryId
String

Query-Storeクエリ識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象