Managed Instance Azure AD Only Authentications - List By Instance
서버 Azure Active Directory 전용 인증 목록을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications?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 |
Azure Active Directory 전용 인증 개체 목록을 성공적으로 검색했습니다. |
|
Other Status Codes |
오류 응답: ***
|
예제
Gets a list of Azure Active Directory only authentication object.
샘플 요청
샘플 응답
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/azureADOnlyAuthentications/providers/Microsoft.Sql/managedInstances/managedInstance/azureadonlyauthentications/default",
"name": "Default",
"type": "Microsoft.Sql/managedInstances/azureadonlyauthentications",
"properties": {
"azureADOnlyAuthentication": true
}
}
]
}
정의
Name | Description |
---|---|
Managed |
Azure Active Directory만 인증합니다. |
Managed |
Active Directory 전용 인증 목록입니다. |
ManagedInstanceAzureADOnlyAuthentication
Azure Active Directory만 인증합니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름입니다. |
properties.azureADOnlyAuthentication |
boolean |
Azure Active Directory만 인증을 사용하도록 설정했습니다. |
type |
string |
리소스 종류. |
ManagedInstanceAzureADOnlyAuthListResult
Active Directory 전용 인증 목록입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
연결하여 결과의 다음 페이지를 검색합니다. |
value |
결과 배열입니다. |