HealthState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HealthState enumeration contains values that are used to specify the state of the deployment.
public enum class HealthState
[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Utility.EnumSR")]
public enum HealthState
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Utility.EnumSR")>]
type HealthState =
Public Enum HealthState
- Inheritance
-
HealthState
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The state of the operation is unspecified. |
Steady | 1 | The operation is in a steady state. |
Warning | 2 | The operation is in a warning state. |
Critical | 3 | The operation is in a critical state. |