OnlineExperimentationWorkspaceSkuName

enum OnlineExperimentationWorkspaceSkuName : Enum<OnlineExperimentationWorkspaceSkuName> , ConvertibleToJava<OnlineExperimentationWorkspaceSkuName>

The name of the SKU. Ex - F0, P0. It is typically a letter+number code

Entries

Link copied to clipboard

The Free service sku name.

Link copied to clipboard

The Standard service sku name.

Link copied to clipboard

The Premium service sku name.

Link copied to clipboard

The Developer service sku name.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: OnlineExperimentationWorkspaceSkuName
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): OnlineExperimentationWorkspaceSkuName
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.