| ServerImage Methods |
The ServerImage type exposes the following members.
| Name | Description | |
|---|---|---|
| AddMetadata(Metadata) |
Updates the metadata for the specified image.
| |
| AddMetadata(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.
| |
| Delete |
Deletes the specified image.
(Inherited from SimpleServerImage.) | |
| DeleteMetadata |
Deletes the specified metadata items from the image.
| |
| DeleteMetadataItem |
Deletes the specified metadata item from the image.
| |
| GetMetadata |
Gets the metadata associated with the specified image.
| |
| SetMetadata |
Sets the metadata associated with the specified image, replacing any existing metadata.
| |
| UpdateMetadata |
Updates the metadata for the specified image.
| |
| UpdateMetadataItem |
Sets the value for the specified metadata item. If the key already exists, it is updated; otherwise, a new metadata item is added.
| |
| WaitForActive |
Waits for the image to enter the Active state.
(Inherited from SimpleServerImage.) | |
| WaitForDelete |
Waits for the image to enter the Deleted state or to be removed.
(Inherited from SimpleServerImage.) | |
| WaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the image to enter a specified state.
(Inherited from SimpleServerImage.) | |
| WaitForState(ImageState, ImageState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the image to enter any one of a set of specified states.
(Inherited from SimpleServerImage.) |