Server Trust Groups - Get
서버 신뢰 그룹을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}?api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
location
|
path | True |
string |
리소스가 있는 지역의 이름입니다. |
resource
|
path | True |
string |
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다. |
server
|
path | True |
string |
서버 신뢰 그룹의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
지정된 서버 신뢰 그룹을 성공적으로 검색했습니다. |
|
Other Status Codes |
오류 응답: ***
|
예제
Get server trust group
샘플 요청
샘플 응답
{
"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"
}
정의
Name | Description |
---|---|
Server |
서버 신뢰 그룹에 대한 서버 정보입니다. |
Server |
서버 신뢰 그룹입니다. |
Trust |
서버 신뢰 그룹의 신뢰 scope. |
ServerInfo
서버 신뢰 그룹에 대한 서버 정보입니다.
Name | 형식 | Description |
---|---|---|
serverId |
string |
서버 ID입니다. |
ServerTrustGroup
서버 신뢰 그룹입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름입니다. |
properties.groupMembers |
서버 신뢰 그룹에 대한 그룹 구성원 정보입니다. |
|
properties.trustScopes |
서버 신뢰 그룹의 신뢰 scope. |
|
type |
string |
리소스 종류. |
TrustScopes
서버 신뢰 그룹의 신뢰 scope.
값 | Description |
---|---|
GlobalTransactions | |
ServiceBroker |