DeploymentStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of the package on the node.
public enum DeploymentStatus
type DeploymentStatus =
Public Enum DeploymentStatus
- Inheritance
-
DeploymentStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | The status of the package is not known or invalid. |
Downloading | 1 | The package is being downloaded to the node from the ImageStore. |
Activating | 2 | The package is being activated. |
Active | 3 | The package is active. |
Upgrading | 4 | The package is being upgraded. |
Deactivating | 5 | The package is being deactivated. |
RanToCompletion | 6 | The package has ran to completion. |
Failed | 7 | The package has failed. |
Applies to
Azure SDK for .NET