次の方法で共有


Server Trust Groups - List By Instance

インスタンス名でサーバー信頼グループを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/serverTrustGroups?api-version=2021-11-01

URI パラメーター

名前 / 必須 説明
managedInstanceName
path True

string

マネージド インスタンスの名前。

resourceGroupName
path True

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

subscriptionId
path True

string

Azure サブスクリプションを識別するサブスクリプション ID。

api-version
query True

string

要求で使用する API のバージョン。

応答

名前 説明
200 OK

ServerTrustGroupListResult

サーバー信頼グループが正常に取得されました。

Other Status Codes

エラー応答: ***

  • 404 ResourceNotFound - 要求されたリソースが見つかりませんでした。

List server trust groups by managed instance

要求のサンプル

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance-1/serverTrustGroups?api-version=2021-11-01

応答のサンプル

{
  "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"
    }
  ]
}

定義

名前 説明
ServerInfo

サーバー信頼グループのサーバー情報。

ServerTrustGroup

サーバー信頼グループ。

ServerTrustGroupListResult

サーバー信頼グループの一覧。

TrustScopes

サーバー信頼グループの信頼スコープ。

ServerInfo

サーバー信頼グループのサーバー情報。

名前 説明
serverId

string

サーバー ID。

ServerTrustGroup

サーバー信頼グループ。

名前 説明
id

string

リソースの ID

name

string

リソース名。

properties.groupMembers

ServerInfo[]

サーバー信頼グループのグループ メンバー情報。

properties.trustScopes

TrustScopes[]

サーバー信頼グループの信頼スコープ。

type

string

リソースの種類。

ServerTrustGroupListResult

サーバー信頼グループの一覧。

名前 説明
nextLink

string

結果の次のページを取得するためのリンク。

value

ServerTrustGroup[]

結果の配列。

TrustScopes

サーバー信頼グループの信頼スコープ。

名前 説明
GlobalTransactions

string

ServiceBroker

string