C# Класс Amazon.Lightsail.ResourceType

Constants used for properties of type ResourceType.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Domain ResourceType
Instance ResourceType
InstanceSnapshot ResourceType
KeyPair ResourceType
PeeredVpc ResourceType
StaticIp ResourceType

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

Метод Описание
FindValue ( string value ) : ResourceType

Finds the constant for the unique value.

ResourceType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

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

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ResourceType
value string The unique value for the constant
Результат ResourceType

ResourceType() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ResourceType ( string value ) : System
value string
Результат System

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

Domain публичное статическое свойство

Constant Domain for ResourceType
public static ResourceType,Amazon.Lightsail Domain
Результат ResourceType

Instance публичное статическое свойство

Constant Instance for ResourceType
public static ResourceType,Amazon.Lightsail Instance
Результат ResourceType

InstanceSnapshot публичное статическое свойство

Constant InstanceSnapshot for ResourceType
public static ResourceType,Amazon.Lightsail InstanceSnapshot
Результат ResourceType

KeyPair публичное статическое свойство

Constant KeyPair for ResourceType
public static ResourceType,Amazon.Lightsail KeyPair
Результат ResourceType

PeeredVpc публичное статическое свойство

Constant PeeredVpc for ResourceType
public static ResourceType,Amazon.Lightsail PeeredVpc
Результат ResourceType

StaticIp публичное статическое свойство

Constant StaticIp for ResourceType
public static ResourceType,Amazon.Lightsail StaticIp
Результат ResourceType