QueryTextsOperationsExtensions.Get Method

Definition

Retrieve the Query-Store query texts for the queryId.

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

Parameters

operations
IQueryTextsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

queryId
String

The Query-Store query identifier.

Returns

Applies to