Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Information about a Service Fabric compose deployment.
Properties
| Name | Type | Required |
|---|---|---|
Name |
string | No |
ApplicationName |
string | No |
Status |
string (enum) | No |
StatusDetails |
string | No |
Name
Type: string
Required: No
The name of the deployment.
ApplicationName
Type: string
Required: No
The name of the application, including the 'fabric:' URI scheme.
Status
Type: string (enum)
Required: No
The status of the compose deployment.
Possible values are:
Invalid- Indicates that the compose deployment status is invalid. The value is zero.Provisioning- Indicates that the compose deployment is being provisioned in background. The value is 1.Creating- Indicates that the compose deployment is being created in background. The value is 2.Ready- Indicates that the compose deployment has been successfully created or upgraded. The value is 3.Unprovisioning- Indicates that the compose deployment is being unprovisioned in background. The value is 4.Deleting- Indicates that the compose deployment is being deleted in background. The value is 5.Failed- Indicates that the compose deployment was terminated due to persistent failures. The value is 6.Upgrading- Indicates that the compose deployment is being upgraded in the background. The value is 7.
StatusDetails
Type: string
Required: No
The status details of compose deployment including failure message.