ApplicationStatus enum

type: string

The status of the application.

Possible values are:

  • Invalid - Indicates the application status is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • Ready - Indicates the application status is ready. The value is 1.
  • Upgrading - Indicates the application status is upgrading. The value is 2.
  • Creating - Indicates the application status is creating. The value is 3.
  • Deleting - Indicates the application status is deleting. The value is 4.
  • Failed - Indicates the creation or deletion of application was terminated due to persistent failures. Another create/delete request can be accepted to resume a failed application. The value is 5.