Remove-AzVmssGalleryApplication

Remove a VMGalleryApplication object from the PSVirtualMachineScaleSetVMProfile object.

Syntax

Remove-AzVmssGalleryApplication
      -VirtualMachineScaleSetVM <PSVirtualMachineScaleSetVMProfile>
      -GalleryApplicationsReferenceId <String>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Removes a VMGalleryApplication object from the PSVirtualMachineScaleSetVMProfile object.

Examples

Example 1

$vmss = Get-AzVmss -ResourceGroupName $rgname -Name $vmssName
Remove-AzVmssGalleryApplication -VirtualMachineScaleSetVM $vmss.VirtualMachineProfile -GalleryApplicationsReferenceId $refId

Remove gallery application by reference Id

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GalleryApplicationsReferenceId

Package Reference Id of the Gallery Application to delete.

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

-VirtualMachineScaleSetVM

The PSVirtualMachineScaleSetVMProfile object to delete a Gallery Application Reference ID from.

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

PSVirtualMachineScaleSetVMProfile