Get-AzGalleryApplicationVersion

ギャラリーアプリケーションバージョンに関する情報を取得します。

構文

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>]

説明

ギャラリーアプリケーションバージョンに関する情報を取得します。

例 1: ギャラリー アプリケーションのバージョンを取得する

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

指定されたリソース グループ、ギャラリー、ギャラリー アプリケーション名、およびバージョン名を使用して、ギャラリー アプリケーション バージョン リソースを取得します。

例 2: GalleryApplication 内のすべてのギャラリー アプリケーション バージョンを取得する

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

指定されたリソース グループ、ギャラリー、ギャラリー アプリケーション名内のすべてのギャラリー アプリケーション バージョン リソースを取得します。

パラメーター

-DefaultProfile

DefaultProfile パラメーターは機能しません。 別のサブスクリプションに対してコマンドレットを実行する場合は、使用可能な場合は 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