HealthState Enum

Definition

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

Critical 3

The operation is in a critical state.

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.

Applies to