Managed Instance Administrators - List By Instance
관리되는 인스턴스 관리자 목록을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/administrators?api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
managed
|
path | True |
string |
관리되는 인스턴스의 이름입니다. |
resource
|
path | True |
string |
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
관리되는 instance 관리자 목록을 성공적으로 검색했습니다. |
|
Other Status Codes |
오류 응답: ***
|
예제
List administrators of managed instance
샘플 요청
샘플 응답
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
"login": "bob@contoso.com",
"sid": "44444444-3333-2222-1111-000000000000",
"tenantId": "55555555-4444-3333-2222-111111111111"
},
"type": "Microsoft.Sql/managedInstances/administrators"
}
]
}
정의
Name | Description |
---|---|
Managed |
Azure SQL 관리되는 instance 관리자입니다. |
Managed |
관리되는 instance 관리자 목록입니다. |
Managed |
관리되는 instance 관리자의 유형입니다. |
ManagedInstanceAdministrator
Azure SQL 관리되는 instance 관리자입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름입니다. |
properties.administratorType |
관리되는 instance 관리자의 유형입니다. |
|
properties.login |
string |
관리되는 instance 관리자의 로그인 이름입니다. |
properties.sid |
string |
관리되는 instance 관리자의 SID(개체 ID)입니다. |
properties.tenantId |
string |
관리되는 instance 관리자의 테넌트 ID입니다. |
type |
string |
리소스 종류. |
ManagedInstanceAdministratorListResult
관리되는 instance 관리자 목록입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
연결하여 결과의 다음 페이지를 검색합니다. |
value |
결과 배열입니다. |
ManagedInstanceAdministratorType
관리되는 instance 관리자의 유형입니다.
Name | 형식 | Description |
---|---|---|
ActiveDirectory |
string |