ServiceHealthStatus 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.
Describes the deployment service health status.
public enum class ServiceHealthStatus
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="ServiceHealthStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum ServiceHealthStatus
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="ServiceHealthStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>]
type ServiceHealthStatus =
Public Enum ServiceHealthStatus
- Inheritance
-
ServiceHealthStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
HealthyServiceVerificationOnly | 0 | Tests that didn’t require a test organization passed successfully. |
Healthy | 1 | Tests passed successfully. |
NotHealthy | 2 | Tests failed. |
NoData | 3 | No tests have been run. |