Dela via


Get-AzureRemoteAppCollection

Hämtar information om en Azure RemoteApp-samling.

Kommentar

De cmdletar som refereras i den här dokumentationen är till för att hantera äldre Azure-resurser som använder Service Management-API:er. Se Az PowerShell-modulen för cmdletar för att hantera Azure Resource Manager-resurser.

Syntax

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

Description

Cmdleten Get-AzureRemoteAppCollection hämtar information om Azure RemoteApp-samlingar i Microsoft Azure. Det returnerar ett objekt med information om en specifik samling, eller om ingen samling har angetts, för alla samlingar i den aktuella prenumerationen.

Exempel

Exempel 1: Hämta en lista över alla samlingar

PS C:\> Get-AzureRemoteAppCollection

Det här kommandot returnerar en lista över alla Azure RemoteApp-samlingar i prenumerationen.

Exempel 2: Hämta information om en angiven samling

PS C:\> Get-AzureRemoteAppCollection ContosoApps

Det här kommandot returnerar information om Azure RemoteApp-samlingen med namnet ContosoApps.

Exempel 3: Hämta en lista över samlingar med hjälp av ett jokertecken

PS C:\> Get-AzureRemoteAppCollection Finance*

Det här kommandot returnerar en lista över alla Azure RemoteApp-samlingar som matchar Finance*.

Parametrar

-CollectionName

Anger namnet på Azure RemoteApp-samlingen.

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

-Profile

Anger den Azure-profil som den här cmdleten läser från. Om du inte anger någon profil läser den här cmdleten från den lokala standardprofilen.

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