C# Класс ConoHaNet.Services.Compute.SimpleServerImage

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Delete ( ) : bool

Deletes the specified image.

Защищенные методы

Метод Описание
UpdateThis ( SimpleServerImage serverImage ) : void

Updates the current instance to match the information in serverImage.

This method should be overridden in derived types to ensure all properties for the current instance are updated.

Описание методов

Delete() публичный Метод

Deletes the specified image.
If the REST API request failed.
public Delete ( ) : bool
Результат bool

UpdateThis() защищенный Метод

Updates the current instance to match the information in serverImage.
This method should be overridden in derived types to ensure all properties for the current instance are updated.
If is .
protected UpdateThis ( SimpleServerImage serverImage ) : void
serverImage SimpleServerImage The updated information for the current image.
Результат void