다음을 통해 공유


Get-AzureRemoteAppCollection

Azure RemoteApp 컬렉션에 대한 정보를 검색합니다.

참고

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

Syntax

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

Description

Get-AzureRemoteAppCollection cmdlet은 Microsoft Azure의 Azure RemoteApp 컬렉션에 대한 정보를 검색합니다. 특정 컬렉션에 대한 정보가 있는 개체를 반환하거나 컬렉션이 지정되지 않은 경우 현재 구독의 모든 컬렉션에 대해 반환합니다.

예제

예제 1: 모든 컬렉션 목록 가져오기

PS C:\> Get-AzureRemoteAppCollection

이 명령은 구독의 모든 Azure RemoteApp 컬렉션 목록을 반환합니다.

예제 2: 지정된 컬렉션에 대한 정보 가져오기

PS C:\> Get-AzureRemoteAppCollection ContosoApps

이 명령은 ContosoApps라는 Azure RemoteApp 컬렉션에 대한 정보를 반환합니다.

예제 3: 와일드카드를 사용하여 컬렉션 목록 가져오기

PS C:\> Get-AzureRemoteAppCollection Finance*

이 명령은 Finance*에 일치하는 모든 Azure RemoteApp 컬렉션 목록을 반환합니다.

매개 변수

-CollectionName

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

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

-Profile

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

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