Click or drag to resize
ServerImage Methods

The ServerImage type exposes the following members.

Methods
  NameDescription
Public methodAddMetadata(Metadata)
Updates the metadata for the specified image.
Public methodAddMetadata(String, String)
Sets the value for the specified metadata item. If the key already exists, it is updated; otherwise, a new metadata item is added.
Public methodDelete
Deletes the specified image.
(Inherited from SimpleServerImage.)
Public methodDeleteMetadata
Deletes the specified metadata items from the image.
Public methodDeleteMetadataItem
Deletes the specified metadata item from the image.
Public methodGetMetadata
Gets the metadata associated with the specified image.
Public methodSetMetadata
Sets the metadata associated with the specified image, replacing any existing metadata.
Public methodUpdateMetadata
Updates the metadata for the specified image.
Public methodUpdateMetadataItem
Sets the value for the specified metadata item. If the key already exists, it is updated; otherwise, a new metadata item is added.
Public methodWaitForActive
Waits for the image to enter the Active state.
(Inherited from SimpleServerImage.)
Public methodWaitForDelete
Waits for the image to enter the Deleted state or to be removed.
(Inherited from SimpleServerImage.)
Public methodWaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32)
Waits for the image to enter a specified state.
(Inherited from SimpleServerImage.)
Public methodWaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32)
Waits for the image to enter any one of a set of specified states.
(Inherited from SimpleServerImage.)
Top
See Also