Get-AzApiManagementAuthorizationServer
API Management 권한 부여 서버를 가져옵니다.
구문
Get-AzApiManagementAuthorizationServer
-Context <PsApiManagementContext>
[-ServerId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementAuthorizationServer
[-ServerId <String>]
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzApiManagementAuthorizationServer cmdlet은 모든 Azure API Management 권한 부여 서버 또는 지정된 권한 부여 서버를 가져옵니다. ClientSecret은 결과 세부 정보에 포함되지 않습니다. 클라이언트 비밀을 얻으려면 Get-AzApiManagementAuthorizationServerClientSecret을 사용합니다.
예제
예제 1: 모든 권한 부여 서버 가져오기
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext
이 명령은 모든 API Management 권한 부여 서버를 가져옵니다.
예제 2: 지정된 권한 부여 서버 가져오기
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementAuthorizationServer -Context $ApiMgmtContext -ServerId "0123456789"
이 명령은 지정된 권한 부여 서버를 가져옵니다.
매개 변수
-Context
형식: | PsApiManagementContext |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceId
권한 부여 서버의 Arm 리소스 식별자입니다. 지정된 경우 식별자가 권한 부여 서버를 찾으려고 합니다. 이 매개 변수는 필수입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-ServerId
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
입력
출력
PsApiManagementOAuth2AuthorizationServer