Get-AzureStorSimpleStorageAccountCredential
스토리지 계정에 대한 자격 증명을 가져옵니다.
참고 항목
이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.
Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 PowerShell 모듈입니다.
구문
Get-AzureStorSimpleStorageAccountCredential
[-StorageAccountName <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureStorSimpleStorageAccountCredential cmdlet은 스토리지 계정에 대한 자격 증명을 가져옵니다. 이 cmdlet은 서비스에 구성된 모든 StorageAccountCredential 개체 또는 명명 된 StorageAccountCredential을 가져옵니다.
예제
예제 1: 리소스에 대한 모든 자격 증명 가져오기
PS C:\>Get-AzureStorSimpleStorageAccountCredential
InstanceId Login Name UseSSL VolumeCount CloudType Location
---------- ----- ---- ------ ----------- --------- --------
b5e0857f-82ef-4426-883b-a612889ebee4 qwertyuiopa AdminAccount True 24 Azure
이 명령은 현재 리소스에 대한 스토리지 계정에 사용 가능한 모든 자격 증명을 가져옵니다.
예제 2: 특정 스토리지 계정에 대한 자격 증명 가져오기
PS C:\>Get-AzureStorSimpleStorageAccountCredential -StorageAccountName "ContosoCloudStorage"
VERBOSE: ClientRequestId: 16551af6-3398-4d30-a389-1b8eb01ce92c_PS
VERBOSE: ClientRequestId: 5041277d-4044-4b6c-ae19-4ea9e7ae135a_PS
VERBOSE: Storage Access Credential with name ContosoCloudStorage found!
CloudType : Azure
Hostname : blob.core.windows.net
InstanceId : 8b3cb7bb-963b-4173-9598-52fe230b0350
IsDefault : False
Location : West US
Login : ContosoCloudStorage
Name : ContosoCloudStorage
OperationInProgress : None
Password :
PasswordEncryptionCertThumbprint :
UseSSL : True
VolumeCount : 0
이 명령은 ContosoCloudStorage라는 스토리지 계정에 대한 스토리지 계정 자격 증명을 가져옵니다.
매개 변수
-Profile
Azure 프로필을 지정합니다.
형식: | AzureSMProfile |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-StorageAccountName
자격 증명을 가져올 스토리지 계정의 이름을 지정합니다.
형식: | String |
별칭: | Name |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
None
출력
StorageAccountCredential, IList\<StorageAccountCredential\>
StorageAccountName 매개 변수를 지정하거나 해당 매개 변수를 지정하지 않으면 IList<StorageAccountCredential 개체를 반환하는 StorageAccountCredential> 개체를 반환합니다.