RollingUpgradeStatusInfo interface
The status of the latest virtual machine scale set rolling upgrade.
- Extends
Properties
error | Error details for this upgrade, if there are any. NOTE: This property will not be serialized. It can only be populated by the server. |
policy | The rolling upgrade policies applied for this upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
progress | Information about the number of virtual machine instances in each upgrade state. NOTE: This property will not be serialized. It can only be populated by the server. |
running |
Information about the current running state of the overall upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
error
Error details for this upgrade, if there are any. NOTE: This property will not be serialized. It can only be populated by the server.
error?: ApiError
Property Value
policy
The rolling upgrade policies applied for this upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
policy?: RollingUpgradePolicy
Property Value
progress
Information about the number of virtual machine instances in each upgrade state. NOTE: This property will not be serialized. It can only be populated by the server.
progress?: RollingUpgradeProgressInfo
Property Value
runningStatus
Information about the current running state of the overall upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
runningStatus?: RollingUpgradeRunningStatus
Property Value
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type