C# Класс Amazon.Lambda.Runtime

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

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

Свойство Тип Описание
Dotnetcore10 Runtime
Java8 Runtime
Nodejs Runtime
Nodejs43 Runtime
Nodejs43Edge Runtime
Python27 Runtime

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

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

Finds the constant for the unique value.

Runtime ( 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 ) : Runtime
value string The unique value for the constant
Результат Runtime

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

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 Runtime ( string value ) : System
value string
Результат System

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

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

Constant Dotnetcore10 for Runtime
public static Runtime,Amazon.Lambda Dotnetcore10
Результат Runtime

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

Constant Java8 for Runtime
public static Runtime,Amazon.Lambda Java8
Результат Runtime

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

Constant Nodejs for Runtime
public static Runtime,Amazon.Lambda Nodejs
Результат Runtime

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

Constant Nodejs43 for Runtime
public static Runtime,Amazon.Lambda Nodejs43
Результат Runtime

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

Constant Nodejs43Edge for Runtime
public static Runtime,Amazon.Lambda Nodejs43Edge
Результат Runtime

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

Constant Python27 for Runtime
public static Runtime,Amazon.Lambda Python27
Результат Runtime