FeatureState type

The allowed states for a compute limit feature.
KnownFeatureState can be used interchangeably with FeatureState, this enum contains the known values that the service supports.

Known values supported by the service

Enabled: The feature is enabled.
Disabled: The feature is disabled.

type FeatureState = string