Get-AzureStorSimpleResource
만든 모든 리소스를 가져옵니다.
참고 항목
이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.
Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 PowerShell 모듈입니다.
구문
Get-AzureStorSimpleResource
[-ResourceName <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureStorSimpleResource cmdlet은 Azure Portal을 사용하여 만든 모든 리소스를 가져옵니다. cmdlet은 리소스에 연결하는 데 사용할 수 있는 세부 정보를 가져옵니다.
예제
예제 1: 모든 리소스 가져오기
PS C:\>Get-AzureStorSimpleResource
VERBOSE: ClientRequestId: 5cd61b91-ef40-43b4-986d-156e06d2ed65_PS
ResourceName ResourceId ResourceState
------------ ---------- -------------
Contoso63-Tsqa 8838459798595306468 Started
Contoso68-Tsqa 2859070203638134681 Started
Contoso73-Tsqa 7871392677286863733 Started
Contoso87-Tsqa 1909806764156522689 Started
VERBOSE: Found 4 StorSimple resources.
이 명령은 사용자가 만든 모든 리소스를 가져옵니다. 이 예제에는 세 가지 리소스가 있습니다.
예제 2: 이름을 사용하여 리소스 가져오기
PS C:\>Get-AzureStorSimpleResource -ResourceName "Contoso63-Tsqa"
VERBOSE: ClientRequestId: efc3c85c-12aa-4345-b6eb-ccc532de4825_PS
ResourceName ResourceId ResourceState
------------ ---------- -------------
Contoso63-Tsqa 1909806764156522689 Started
VERBOSE: Found 1 StorSimple resource.
이 명령은 Contoso63-Tsqa라는 리소스를 가져옵니다.
예제 3: 존재하지 않는 리소스 가져오기 시도
PS C:\>Get-AzureStorSimpleResource -ResourceName "Contoso64-Tsqa"
VERBOSE: ClientRequestId: 5d08d40b-f9d7-4d43-956f-13f01e89625b_PS
VERBOSE: Invalid input : Could not find a resource named Contoso64-Tsqa in your subscription.
이 명령은 Contoso64-Tsqa라는 리소스를 가져옵니다. 이 이름을 사용하는 리소스가 없습니다. 이 예제에서는 리소스를 반환하지 않습니다.
매개 변수
-Profile
Azure 프로필을 지정합니다.
형식: | AzureSMProfile |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceName
이 cmdlet이 가져오는 리소스의 이름을 지정합니다.
형식: | String |
별칭: | Name |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
None
출력
IEnumerable\<ResourceCredentials\>, ResourceCredentials
이 cmdlet은 다음 속성을 포함하는 ResourceCredentials 개체를 반환합니다.
- ResourceName
- ResouceId
- ResourceState