Server Trust Groups - List By Location
サーバー信頼グループをListsします。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
location
|
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 |
エラー応答: ***
|
例
List server trust groups
要求のサンプル
応答のサンプル
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/locations/Japan East/serverTrustGroups/server-trust-group-test",
"name": "server-trust-group-test",
"properties": {
"groupMembers": [
{
"serverId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/managedInstances/managedInstance-1"
},
{
"serverId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/managedInstances/managedInstance-2"
}
],
"trustScopes": [
"GlobalTransactions",
"ServiceBroker"
]
},
"type": "Microsoft.Sql/locations/serverTrustGroups"
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/locations/Japan East/serverTrustGroups/server-trust-group-test-2",
"name": "server-trust-group-test-2",
"properties": {
"groupMembers": [
{
"serverId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/managedInstances/managedInstance-1"
},
{
"serverId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/managedInstances/managedInstance-3"
}
],
"trustScopes": [
"GlobalTransactions",
"ServiceBroker"
]
},
"type": "Microsoft.Sql/locations/serverTrustGroups"
}
]
}
定義
名前 | 説明 |
---|---|
Server |
サーバー信頼グループのサーバー情報。 |
Server |
サーバー信頼グループ。 |
Server |
サーバー信頼グループの一覧。 |
Trust |
サーバー信頼グループの信頼スコープ。 |
ServerInfo
サーバー信頼グループのサーバー情報。
名前 | 型 | 説明 |
---|---|---|
serverId |
string |
サーバー ID。 |
ServerTrustGroup
サーバー信頼グループ。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
name |
string |
リソース名。 |
properties.groupMembers |
サーバー信頼グループのグループ メンバー情報。 |
|
properties.trustScopes |
サーバー信頼グループの信頼スコープ。 |
|
type |
string |
リソースの種類。 |
ServerTrustGroupListResult
サーバー信頼グループの一覧。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
結果の次のページを取得するためのリンク。 |
value |
結果の配列。 |
TrustScopes
サーバー信頼グループの信頼スコープ。
名前 | 型 | 説明 |
---|---|---|
GlobalTransactions |
string |
|
ServiceBroker |
string |