Package version:

Interface SupportedRuntimeVersion

Supported deployment runtime version descriptor.

Hierarchy

  • SupportedRuntimeVersion

Properties

platform?: string

The platform of this runtime version (possible values: "Java" or ".NET").

value?: string

The raw value which could be passed to deployment CRUD operations.

version?: string

The detailed version (major.minor) of the platform.

Generated using TypeDoc