Get-AzGalleryApplicationVersion

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

Syntax

Get-AzGalleryApplicationVersion
   -GalleryApplicationName <String>
   -GalleryName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzGalleryApplicationVersion
   -GalleryApplicationName <String>
   -GalleryName <String>
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-Expand <ReplicationStatusTypes>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzGalleryApplicationVersion
   -InputObject <IComputeIdentity>
   [-Expand <ReplicationStatusTypes>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

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

예제

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

Get-AzGalleryApplicationVersion -ResourceGroupName $rgName -GalleryName $galleryName -GalleryApplicationName $galleryAppName -Name $versionName

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

예제 2: GalleryApplication에서 모든 갤러리 애플리케이션 버전 가져오기

Get-AzGalleryApplicationVersion -GalleryName $GalleryName -ResourceGroupName $rgName -GalleryApplicationName $galleryAppName

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

매개 변수

-DefaultProfile

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

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

-Expand

작업에 적용할 확장 식입니다.

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

-GalleryApplicationName

애플리케이션 버전이 있는 갤러리 애플리케이션 정의의 이름입니다.

Type:String
Position:Named
Default value:None
Required:True
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:GalleryApplicationVersionName
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

출력

IGalleryApplicationVersion