New-AzureRemoteAppTemplateImage
Uploads or imports an Azure RemoteApp template image.
Note
The cmdlets referenced in this documentation are for managing legacy Azure resources that use Azure Service Manager (ASM) APIs. This legacy PowerShell module isn't recommended when creating new resources since ASM is scheduled for retirement. For more information, see Azure Service Manager retirement.
The Az PowerShell module is the recommended PowerShell module for managing Azure Resource Manager (ARM) resources with PowerShell.
Syntax
New-AzureRemoteAppTemplateImage
[-ImageName] <String>
[-Location] <String>
[-Path] <String>
[-Resume]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
New-AzureRemoteAppTemplateImage
[-ImageName] <String>
[-Location] <String>
-AzureVmImageName <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
The New-AzureRemoteAppTemplateImage cmdlet uploads or imports an Azure RemoteApp template image.
Examples
Example 1: Upload a VHD file to create a template image
PS C:\> New-AzureRemoteAppTemplateImage -ImageName "ContosoApps" -Location "North Europe" -Path "C:\RemoteAppImages\ContosoApps.vhd"
This command uploads C:\RemoteAppImages\ContosoApps.vhd to create a template image named ContosoApps in the North Europe data center.
Parameters
-AzureVmImageName
Specifies the name of an Azure virtual machine to use as a template image.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ImageName
Specifies the name of an Azure RemoteApp template image.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Location
Specifies the Azure region of the template image.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Path
Specifies the file path of the template image.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
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 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Resume
Indicates that this cmdlet resumes if the upload of a template image is interrupted.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |