Freigeben über


QueryTextsOperationsExtensions.Get Methode

Definition

Rufen Sie die Query-Store Abfragetexte für die queryId ab.

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

Parameter

operations
IQueryTextsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

queryId
String

Der Query-Store Abfragebezeichner.

Gibt zurück

Gilt für: