Get-AzGalleryApplication

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

構文

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

説明

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

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

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

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

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

Get-AzGalleryApplication -GalleryName $GalleryName -ResourceGroupName $rgName

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

パラメーター

-DefaultProfile

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