Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RollingUpgradeProgressInfo

Package version

Information about the number of virtual machine instances in each upgrade state.

Hierarchy

  • RollingUpgradeProgressInfo

Index

Properties

Optional failedInstanceCount

failedInstanceCount: undefined | number

The number of instances that have failed to be upgraded successfully. NOTE: This property will not be serialized. It can only be populated by the server.

Optional inProgressInstanceCount

inProgressInstanceCount: undefined | number

The number of instances that are currently being upgraded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pendingInstanceCount

pendingInstanceCount: undefined | number

The number of instances that have not yet begun to be upgraded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional successfulInstanceCount

successfulInstanceCount: undefined | number

The number of instances that have been successfully upgraded. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc