Get-AzApplicationGatewayAuthenticationCertificate
애플리케이션 게이트웨이에 대한 인증 인증서를 가져옵니다.
구문
Default (기본값)
Get-AzApplicationGatewayAuthenticationCertificate
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzApplicationGatewayAuthenticationCertificate cmdlet은 Azure 애플리케이션 게이트웨이에 대한 인증 인증서를 가져옵니다.
예제
예제 1: 지정된 인증 인증서 가져오기
$appgw = Get-AzApplicationGateway -ResourceGroupName "rg" -Name "appGwName"
$cert = Get-AzApplicationGatewayAuthenticationCertificate -Name "cert01" -ApplicationGateway $appgw
첫 번째 명령은 appGwName이라는 애플리케이션 게이트웨이를 가져오고 $appgw 변수에 저장합니다. 두 번째 명령은 cert01이라는 인증 인증서를 가져오고 $cert 변수에 저장합니다.
매개 변수
-ApplicationGateway
이 cmdlet이 인증 인증서를 가져오는 애플리케이션 게이트웨이의 이름을 지정합니다.
매개 변수 속성
형식: | PSApplicationGateway |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
(All)
Position: | Named |
필수: | True |
파이프라인의 값: | True |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
매개 변수 속성
형식: | IAzureContextContainer |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
별칭: | AzContext, AzureRmContext, AzureCredential |
매개 변수 집합
(All)
Position: | Named |
필수: | False |
파이프라인의 값: | False |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
-Name
이 cmdlet이 가져오는 인증 인증서의 이름을 지정합니다.
매개 변수 속성
형식: | String |
Default value: | None |
와일드카드 지원: | False |
DontShow: | False |
매개 변수 집합
(All)
Position: | Named |
필수: | False |
파이프라인의 값: | False |
속성 이름별 파이프라인의 값: | False |
나머지 인수의 값: | False |
CommonParameters
이 cmdlet은 일반적인 매개 변수인 -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction 및 -WarningVariable 매개 변수를 지원합니다. 자세한 내용은 about_CommonParameters를 참조하세요.
입력
PSApplicationGateway
출력
PSApplicationGatewayAuthenticationCertificate
참고
- 키워드: azure, azurerm, arm, 리소스, 관리, 관리자, 네트워크, 네트워킹