Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 2.25 KB

Rename-AzureRemoteAppTemplateImage.md

File metadata and controls

99 lines (70 loc) · 2.25 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.RemoteApp.dll-Help.xml
22571840-C27C-4208-A755-EF89E6C4B604
2.0.0

Rename-AzureRemoteAppTemplateImage

SYNOPSIS

Renames an Azure RemoteApp template image.

[!INCLUDE rdfe-banner]

SYNTAX

Rename-AzureRemoteAppTemplateImage [-ImageName] <String> [-NewName] <String> [-Profile <AzureSMProfile>]
 [<CommonParameters>]

DESCRIPTION

The Rename-AzureRemoteAppTemplateImage cmdlet renames an Azure RemoteApp template image.

EXAMPLES

Example 1: Rename a template image

PS C:\> Rename-AzureRemoteAppTemplateImage -ImageName "ContosoApps" -NewName "ContosoFinanceApps"

This command renames the Azure RemoteApp template image named ContosoApps to ContosoFinanceApps.

PARAMETERS

-ImageName

Specifies the name of an Azure RemoteApp template image to rename.

Type: String
Parameter Sets: (All)
Aliases: 

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

-NewName

Specifies a new name for an Azure RemoteApp template image.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 2
Default value: None
Accept pipeline input: False
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

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

Remove-AzureRemoteAppTemplateImage