Managed Database Queries - Get
クエリ ID でクエリを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/queries/{queryId}?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
database
|
path | True |
string |
データベースの名前。 |
managed
|
path | True |
string |
マネージド インスタンスの名前。 |
query
|
path | True |
string |
|
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
クエリ テキストが正常に取得されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Obtain query properties
要求のサンプル
応答のサンプル
{
"id": "42",
"type": "Microsoft.Sql/managedInstances/databases/queries",
"properties": {
"queryText": "select * from DUMMY_TABLE"
}
}
定義
ManagedInstanceQuery
データベース クエリ。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
name |
string |
リソース名。 |
properties.queryText |
string |
クエリ テキスト。 |
type |
string |
リソースの種類。 |