Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInfo

Package version

Information about a Service Fabric application.

Hierarchy

  • ApplicationInfo

Index

Properties

Optional applicationDefinitionKind

applicationDefinitionKind: ApplicationDefinitionKind

The mechanism used to define a Service Fabric application. Possible values include: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'

Optional healthState

healthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

Optional id

id: undefined | string

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.

Optional name

name: undefined | string

The name of the application, including the 'fabric:' URI scheme.

Optional parameters

parameters: ApplicationParameter[]

List of application parameters with overridden values from their default values specified in the application manifest.

Optional status

The status of the application. Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'

Optional typeName

typeName: undefined | string

The application type name as defined in the application manifest.

Optional typeVersion

typeVersion: undefined | string

The version of the application type as defined in the application manifest.

Generated using TypeDoc