Skip to content

Latest commit

 

History

History
161 lines (123 loc) · 3.88 KB

Get-AzGalleryApplication.md

File metadata and controls

161 lines (123 loc) · 3.88 KB
external help file Module Name online version schema
Az.Compute-help.xml
Az.Compute
2.0.0

Get-AzGalleryApplication

SYNOPSIS

Retrieves information about a gallery Application Definition.

SYNTAX

List (Default)

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

Get

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

GetViaIdentity

Get-AzGalleryApplication -InputObject <IComputeIdentity> [-DefaultProfile <PSObject>]
 [<CommonParameters>]

DESCRIPTION

Retrieves information about a gallery Application Definition.

EXAMPLES

Example 1: Get a Gallery Application in a Gallery

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

Retrieve a Gallery Application resource with the provided Resource Group, Gallery, and Gallery Application name.

Example 2: Get all the Gallery Applications in a Gallery

Get-AzGalleryApplication -GalleryName $GalleryName -ResourceGroupName $rgName

Retrieve all the Gallery Application resources in the provided Resource Group and Gallery.

PARAMETERS

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential

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

-GalleryName

The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.

Type: System.String
Parameter Sets: List, Get
Aliases:

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

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type: Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity
Parameter Sets: GetViaIdentity
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Name

The name of the gallery Application Definition to be retrieved.

Type: System.String
Parameter Sets: Get
Aliases: GalleryApplicationName

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

-ResourceGroupName

The name of the resource group.

Type: System.String
Parameter Sets: List, Get
Aliases:

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

-SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Type: System.String[]
Parameter Sets: List, Get
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication

NOTES

RELATED LINKS