RollingUpgradeStatusInfoInner Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class RollingUpgradeStatusInfoInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RollingUpgradeStatusInfoInner = class
    inherit Resource
Public Class RollingUpgradeStatusInfoInner
Inherits Resource
Inheritance
RollingUpgradeStatusInfoInner
Attributes

Constructors

RollingUpgradeStatusInfoInner()

Initializes a new instance of the RollingUpgradeStatusInfoInner class.

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

Initializes a new instance of the RollingUpgradeStatusInfoInner class.

Properties

Error

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to