다음을 통해 공유


Get-AzureRemoteAppVM

Azure RemoteApp 컬렉션의 가상 머신을 가져옵니다.

참고

이 설명서에서 참조하는 cmdlet은 Service Management API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. Azure Resource Manager 리소스를 관리하는 cmdlet은 Az PowerShell 모듈을 참조하세요.

Syntax

Get-AzureRemoteAppVM
   -CollectionName <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Get-AzureRemoteAppVM cmdlet은 세션 호스팅을 위해 Azure RemoteApp 컬렉션에서 만든 가상 머신을 가져옵니다.

예제

예제 1: 컬렉션에 가상 머신 표시

PS C:\> Get-AzureRemoteAppVM -CollectionName "Contoso"

이 명령은 Contoso라는 Azure RemoteApp 컬렉션에서 세션 호스팅에 사용되는 가상 머신을 표시합니다.

매개 변수

-CollectionName

Azure RemoteApp 컬렉션의 이름을 지정합니다.

Type:String
Aliases:Name
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Profile

이 cmdlet이 읽는 Azure 프로필을 지정합니다. 프로필을 지정하지 않으면 이 cmdlet은 로컬 기본 프로필에서 읽습니다.

Type:AzureSMProfile
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False