TemplateImage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of a template image.
public class TemplateImage
type TemplateImage = class
Public Class TemplateImage
- Inheritance
-
TemplateImage
Constructors
TemplateImage() |
Initializes a new instance of the TemplateImage class. |
Properties
Id |
Optional. The unique identifier for the image. |
Name |
Optional. The friendly name for the image. |
NumberOfLinkedCollections |
Optional. The number of collections using this image. |
OfficeType |
Optional. For platform template images, the type of Office which is included in the image. |
PathOnClient |
Optional. The path of the image on the client. |
RegionList |
Optional. The list of regions where the image can be used. |
Sas |
Optional. The image upload SAS key. |
SasExpiry |
Optional. The time when the image upload SAS key will expire. |
Size |
Optional. The image size in bytes. |
Status |
Optional. The image status. |
TrialOnly |
Optional. A TrialOnly platform template image may be used only during a subscription's RemoteApp trial period. Once billing is activated, a collection using a TrialOnly image will be permanently disabled. |
Type |
Optional. The type of the template image. |
UploadCompleteTime |
Optional. The time when the image upload was completed. |
UploadSetupTime |
Optional. The time when the image upload parameters were set. |
UploadStartTime |
Optional. The time when the image upload was started. |
Uri |
Optional. The image upload endpoint URI. |
Applies to
Azure SDK for .NET