Get-AzGalleryApplication

갤러리 애플리케이션 정의에 대한 정보를 검색합니다.

Syntax

Get-AzGalleryApplication
   -GalleryName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzGalleryApplication
   -GalleryName <String>
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzGalleryApplication
   -InputObject <IComputeIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

갤러리 애플리케이션 정의에 대한 정보를 검색합니다.

예제

예제 1: 갤러리에서 갤러리 애플리케이션 가져오기

Get-AzGalleryApplication -ResourceGroupName $rgName -GalleryName $galleryName -name $galleryAppName

제공된 리소스 그룹, 갤러리 및 갤러리 애플리케이션 이름을 사용하여 갤러리 애플리케이션 리소스를 검색합니다.

예제 2: 갤러리의 모든 갤러리 애플리케이션 가져오기

Get-AzGalleryApplication -GalleryName $GalleryName -ResourceGroupName $rgName

제공된 리소스 그룹 및 갤러리에서 모든 갤러리 애플리케이션 리소스를 검색합니다.

매개 변수

-DefaultProfile

DefaultProfile 매개 변수가 작동하지 않습니다. 다른 구독에 대해 cmdlet을 실행하는 경우 사용 가능한 경우 SubscriptionId 매개 변수를 사용합니다.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GalleryName

애플리케이션 정의를 검색할 공유 애플리케이션 갤러리의 이름입니다.

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

-InputObject

생성할 ID 매개 변수는 INPUTOBJECT 속성에 대한 NOTES 섹션을 참조하고 해시 테이블을 만듭니다.

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

-Name

검색할 갤러리 애플리케이션 정의의 이름입니다.

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

-ResourceGroupName

리소스 그룹의 이름입니다.

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

-SubscriptionId

Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명입니다. 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

입력

IComputeIdentity

출력

IGalleryApplication