RollingUpgradeStatusInfo Class

Definition

The status of the latest virtual machine scale set rolling upgrade.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RollingUpgradeStatusInfo : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RollingUpgradeStatusInfo = class
    inherit Resource
Public Class RollingUpgradeStatusInfo
Inherits Resource
Inheritance
RollingUpgradeStatusInfo
Attributes

Constructors

RollingUpgradeStatusInfo()

Initializes a new instance of the RollingUpgradeStatusInfo class.

RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)

Initializes a new instance of the RollingUpgradeStatusInfo class.

Properties

Error

Gets error details for this upgrade, if there are any.

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
Policy

Gets the rolling upgrade policies applied for this upgrade.

Progress

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

RunningStatus

Gets information about the current running state of the overall upgrade.

Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to