UpgradeOperationHistoricalStatusInfoProperties 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.
Describes each OS upgrade on the Virtual Machine Scale Set.
public class UpgradeOperationHistoricalStatusInfoProperties
type UpgradeOperationHistoricalStatusInfoProperties = class
Public Class UpgradeOperationHistoricalStatusInfoProperties
- Inheritance
-
UpgradeOperationHistoricalStatusInfoProperties
Constructors
UpgradeOperationHistoricalStatusInfoProperties() |
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class. |
UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo) |
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class. |
Properties
Error |
Gets error Details for this upgrade if there are any. |
Progress |
Gets counts of the VMs in each state. |
RollbackInfo |
Gets information about OS rollback if performed |
RunningStatus |
Gets information about the overall status of the upgrade operation. |
StartedBy |
Gets invoker of the Upgrade Operation. Possible values include: 'Unknown', 'User', 'Platform' |
TargetImageReference |
Gets image Reference details |
Applies to
Azure SDK for .NET