Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComposeDeploymentStatusInfo

Package version

Information about a Service Fabric compose deployment.

Hierarchy

  • ComposeDeploymentStatusInfo

Index

Properties

Optional applicationName

applicationName: undefined | string

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

Optional name

name: undefined | string

The name of the deployment.

Optional status

The status of the compose deployment. Possible values include: 'Invalid', 'Provisioning', 'Creating', 'Ready', 'Unprovisioning', 'Deleting', 'Failed', 'Upgrading'

Optional statusDetails

statusDetails: undefined | string

The status details of compose deployment including failure message.

Generated using TypeDoc