Click or drag to resize
ServerImage Properties

The ServerImage type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets the "created" property of the image.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyDiskConfig
Gets the default disk configuration used when creating, rebuilding, or resizing servers with the image. For images created from servers, the value is inherited from the server.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyId
Gets the unique identifier for the image.
Caution note Caution
The value of this property is not defined. Do not use.
(Inherited from SimpleServerImage.)
Public propertyLinks
Gets a collection of links related to the current image.
(Inherited from SimpleServerImage.)
Public propertyMinDisk
Gets the minimum disk requirements needed to create a server with the image.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyMinRAM
Gets the minimum RAM requirements needed to create a server with the image.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyName
Gets the name of the image.
Caution note Caution
The value of this property is not defined. Do not use.
(Inherited from SimpleServerImage.)
Public propertyProgress
Gets the image completion progress, as a percentage.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyServer
Gets the "server" property of the image.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyStatus
Gets the "status" property of the image.
Caution note Caution
The value of this property is not defined. Do not use.
Public propertyUpdated
Gets the "updated" property of the image.
Caution note Caution
The value of this property is not defined. Do not use.
Top
See Also