Skip to content

Latest commit

 

History

History
116 lines (84 loc) · 2.52 KB

Remove-AzureRemoteAppTemplateImage.md

File metadata and controls

116 lines (84 loc) · 2.52 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.RemoteApp.dll-Help.xml
B35979E5-94C4-4DCC-B87D-D6915464CF69
2.0.0

Remove-AzureRemoteAppTemplateImage

SYNOPSIS

Deletes an Azure RemoteApp template image.

[!INCLUDE rdfe-banner]

SYNTAX

Remove-AzureRemoteAppTemplateImage [-ImageName] <String> [-Profile <AzureSMProfile>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The Remove-AzureRemoteAppTemplateImage cmdlet deletes an Azure RemoteApp template image. A template image can deleted only if it is not linked to any Azure RemoteApp collection.

EXAMPLES

Example 1: Delete a template image

PS C:\> Remove-AzureRemoteAppTemplateImage -ImageName "ContosoApps"

This command deletes the template image named ContosoApps.

PARAMETERS

-ImageName

Specifies the name of the RemoteApp template image.

Type: String
Parameter Sets: (All)
Aliases: 

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

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases: 

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
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 (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-AzureRemoteAppTemplateImage

New-AzureRemoteAppTemplateImage

Rename-AzureRemoteAppTemplateImage