ApplicationProperties interface
Properties
| debug |
Internal - used by Visual Studio to setup |
| description | User readable description of the |
| diagnostics | Describes the diagnostics |
| health |
Describes the health state of an |
| service |
Names of the services in the |
| services | Describes the services |
| status | Status of the application. Possible |
| status |
Gives additional information about the |
| unhealthy |
When the application's health state |
Property Details
debugParams
Internal - used by Visual Studio to setup
debugParams?: string
Property Value
string
description
User readable description of the
description?: string
Property Value
string
diagnostics
Describes the diagnostics
diagnostics?: DiagnosticsDescription
Property Value
healthState
serviceNames
Names of the services in the
serviceNames?: string[]
Property Value
string[]
services
Describes the services
services?: ServiceResourceDescription[]
Property Value
status
statusDetails
Gives additional information about the
statusDetails?: string
Property Value
string
unhealthyEvaluation
When the application's health state
unhealthyEvaluation?: string
Property Value
string