ApplicationResourceProperties interface
This type describes properties of an application resource.
- Extends
Inherited 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. |
provisioning |
State of the 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. |
Inherited Property Details
debugParams
Internal - used by Visual Studio to setup the debugging session on the local development environment.
debugParams?: string
Property Value
string
Inherited From ApplicationProperties.debugParams
description
User readable description of the application.
description?: string
Property Value
string
Inherited From ApplicationProperties.description
diagnostics
Describes the diagnostics definition and usage for an application resource.
diagnostics?: DiagnosticsDescription
Property Value
Inherited From ApplicationProperties.diagnostics
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
Inherited From ApplicationProperties.healthState
provisioningState
State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From ProvisionedResourceProperties.provisioningState
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[]
Inherited From ApplicationProperties.serviceNames
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
Inherited From ApplicationProperties.services
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
Inherited From ApplicationProperties.status
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
Inherited From ApplicationProperties.statusDetails
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
Inherited From ApplicationProperties.unhealthyEvaluation
Azure SDK for JavaScript