SupportedRuntimeVersion interface
Supported deployment runtime version descriptor.
Properties
platform | The platform of this runtime version (possible values: "Java" or ".NET"). |
value | The raw value which could be passed to deployment CRUD operations. |
version | The detailed version (major.minor) of the platform. |
Property Details
platform
The platform of this runtime version (possible values: "Java" or ".NET").
platform?: string
Property Value
string
value
The raw value which could be passed to deployment CRUD operations.
value?: string
Property Value
string
version
The detailed version (major.minor) of the platform.
version?: string
Property Value
string