EnablementState type
The enablement state of a service.
KnownEnablementState can be used interchangeably with EnablementState,
this enum contains the known values that the service supports.
Known values supported by the service
Enabled: Service is enabled.
InProgress: Service enablement is in progress.
Failed: Service enablement has failed.
Disabled: Service is disabled.
type EnablementState = string