ApplicationProperties interface
Describes properties of a application resource.
Properties
debug |
Internal - used by Visual Studio to setup the debugging session on the local development environment. |
description | User readable description of the application. |
diagnostics | Describes the diagnostics definition and usage for an application resource. |
health |
Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Names of the services in the application. NOTE: This property will not be serialized. It can only be populated by the server. |
services | Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource. |
status | Status of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
status |
Gives additional information about the current status of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
unhealthy |
When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
debugParams
Internal - used by Visual Studio to setup the debugging session on the local development environment.
debugParams?: string
Property Value
string
description
User readable description of the application.
description?: string
Property Value
string
diagnostics
Describes the diagnostics definition and usage for an application resource.
diagnostics?: DiagnosticsDescription
Property Value
healthState
Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server.
healthState?: string
Property Value
string
serviceNames
Names of the services in the application. NOTE: This property will not be serialized. It can only be populated by the server.
serviceNames?: string[]
Property Value
string[]
services
Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.
services?: ServiceResourceDescription[]
Property Value
status
Status of the application. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
statusDetails
Gives additional information about the current status of the application. NOTE: This property will not be serialized. It can only be populated by the server.
statusDetails?: string
Property Value
string
unhealthyEvaluation
When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server.
unhealthyEvaluation?: string
Property Value
string
Azure SDK for JavaScript