TemplateImageDetails Class

Definition

Details required to create or set a template image.

public class TemplateImageDetails
type TemplateImageDetails = class
Public Class TemplateImageDetails
Inheritance
TemplateImageDetails

Constructors

TemplateImageDetails()

Initializes a new instance of the TemplateImageDetails class.

TemplateImageDetails(String, String)

Initializes a new instance of the TemplateImageDetails class with required arguments.

Properties

Id

Optional. The unique identifier for the image. This is only required to update an existing template image. Leave this blank to create a new template image.

Name

Required. The friendly name for the image.

Region

Required. The region where the image will be used. The region can not be changed once a template image has been created. Leave this blank if you want to update an existing template image.

SizeInGB

Optional. The size of this VHD.

SourceImageSasUri

Optional. The URI with shared access signature (SAS) of the source image.If this parameter is specified the RemoteApp service will copy the specified image blob to its internal storage.

Applies to