ResourceState type

The state of the Fabric capacity resource.
KnownResourceState can be used interchangeably with ResourceState, this enum contains the known values that the service supports.

Known values supported by the service

Active: Resource is active
Provisioning: Resource is provisioning
Failed: Resource is failed
Updating: Resource is updating
Deleting: Resource is deleting
Suspending: Resource is suspending
Suspended: Resource is suspended
Pausing: Resource is pausing
Paused: Resource is paused
Resuming: Resource is resuming
Scaling: Resource is scaling
Preparing: Resource is preparing

type ResourceState = string