ServiceHealthStatus Enumeration
Applies To: Dynamics CRM 2015
Describes the deployment service health status.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataContractAttribute(Name = "ServiceHealthStatus", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum ServiceHealthStatus
[DataContractAttribute(Name = "ServiceHealthStatus", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum class ServiceHealthStatus
[<DataContractAttribute(Name = "ServiceHealthStatus", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>]
type ServiceHealthStatus
<DataContractAttribute(Name := "ServiceHealthStatus", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>
Public Enumeration ServiceHealthStatus
Members
Member name | Description | |
---|---|---|
Healthy | Tests passed successfully. |
|
HealthyServiceVerificationOnly | Tests that didn’t require a test organization passed successfully. |
|
NoData | No tests have been run. |
|
NotHealthy | Tests failed. |
Remarks
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright