Get-AzAutomationCredential
Automation 자격 증명을 가져옵니다.
구문
Get-AzAutomationCredential
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationCredential
[-Name] <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzAutomationCredential cmdlet은 하나 이상의 Azure Automation 자격 증명을 가져옵니다. 기본적으로 모든 자격 증명이 반환됩니다. 자격 증명의 이름을 지정하여 특정 자격 증명을 가져옵니다. 보안을 위해 이 cmdlet은 자격 증명 암호를 반환하지 않습니다.
예제
예제 1: 모든 자격 증명 가져오기
Get-AzAutomationCredential -ResourceGroupName "ResourceGroup01" -AutomationAccountName "Contoso17"
이 명령은 Contoso17이라는 Automation 계정의 모든 자격 증명에 대한 메타데이터를 가져옵니다.
예제 2: 자격 증명 가져오기
Get-AzAutomationCredential -ResourceGroupName "ResourceGroup01" -AutomationAccountName "Contoso17" -Name "ContosoCredential"
이 명령은 Contoso17이라는 Automation 계정에서 ContosoCredential이라는 자격 증명에 대한 메타데이터를 가져옵니다.
매개 변수
-AutomationAccountName
이 cmdlet이 자격 증명을 검색하는 Automation 계정의 이름을 지정합니다.
형식: | String |
Position: | 1 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Name
검색할 자격 증명의 이름을 지정합니다.
형식: | String |
Position: | 2 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-ResourceGroupName
이 cmdlet이 자격 증명을 검색하는 리소스 그룹을 지정합니다.
형식: | String |
Position: | 0 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |