ComposeDeploymentUpgradeProgress Class
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.
Represents the upgrade progress of the compose deployment.
public sealed class ComposeDeploymentUpgradeProgress
type ComposeDeploymentUpgradeProgress = class
Public NotInheritable Class ComposeDeploymentUpgradeProgress
- Inheritance
-
ComposeDeploymentUpgradeProgress
Properties
ApplicationName |
Gets the name of the application to be upgraded. |
ApplicationUnhealthyEvaluations |
Gets the evaluations which describe the data and the algorithm used by health manager to evaluate the health of the application that this compose deployment is upgrading. |
ApplicationUpgradeStatusDetails |
Gets the status details of application upgrade including failure message. |
CurrentUpgradeDomainDuration |
Gets the estimated elapsed time spent processing the current Upgrade Domain. |
CurrentUpgradeDomainProgress |
Gives the detailed upgrade progress for nodes in the current upgrade domain. |
DeploymentName |
Gets the name of the compose deployment to be upgraded. |
FailureReason |
Gets the category of upgrade failure if the upgrade failed. |
FailureTimestampUtc |
Gets the time at which the upgrade failed. |
NextUpgradeDomain |
Gets the next upgrade domain for this upgrade progress. |
StartTimestampUtc |
Gets the time at which the upgrade started. |
TargetApplicationTypeVersion |
Gets the version of the application type being upgraded. |
UpgradeDomainProgressAtFailure |
Gets structured information about what actions were being performed by the system at the moment of upgrade failure. |
UpgradeDomains |
Gets the collection of upgrade domains and their upgrade status for this compose deployment upgrade. |
UpgradeDuration |
Gets the estimated elapsed time spent processing the current overall upgrade. |
UpgradePolicyDescription |
Gets or sets the description of the policy used for upgrading this compose deployment. |
UpgradeState |
Gets the overall state of the compose deployment upgrade process. |
UpgradeStatusDetails |
Gets the status details of compose deployment upgrade including failure message. |
Methods
ToString() |
Gets a string representation of the compose deployment upgrade progress. |
Applies to
Azure SDK for .NET