Share via


VersionState type

Defines values for VersionState.
KnownVersionState can be used interchangeably with VersionState, this enum contains the known values that the service supports.

Known values supported by the service

Unknown: The state of this version is unknown.
Preview: This version is a preview and is not suitable for production use.
Validating: This version is currently being validated.
ValidationFailed: This version failed validation.
Active: This version is active and suitable for production use.
Deprecated: This version is deprecated and is no longer supported.

type VersionState = string