RollingUpgradeStatusInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. compute. fluent. models. RollingUpgradeStatusInfoInner
- com.
- com.
- com.
public final class RollingUpgradeStatusInfoInner
extends Resource
The status of the latest virtual machine scale set rolling upgrade.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Api |
error()
Get the error property: Error details for this upgrade, if there are any. |
|
static
Rolling |
fromJson(JsonReader jsonReader)
Reads an instance of Rolling |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Rolling |
policy()
Get the policy property: The rolling upgrade policies applied for this upgrade. |
|
Rolling |
progress()
Get the progress property: Information about the number of virtual machine instances in each upgrade state. |
|
Rolling |
runningStatus()
Get the running |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Method Details
error
public ApiError error()
Get the error property: Error details for this upgrade, if there are any.
Returns:
fromJson
public static RollingUpgradeStatusInfoInner fromJson(JsonReader jsonReader)
Reads an instance of RollingUpgradeStatusInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RollingUpgradeStatusInfoInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RollingUpgradeStatusInfoInner.name()Returns:
policy
public RollingUpgradePolicy policy()
Get the policy property: The rolling upgrade policies applied for this upgrade.
Returns:
progress
public RollingUpgradeProgressInfo progress()
Get the progress property: Information about the number of virtual machine instances in each upgrade state.
Returns:
runningStatus
public RollingUpgradeRunningStatus runningStatus()
Get the runningStatus property: Information about the current running state of the overall upgrade.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RollingUpgradeStatusInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RollingUpgradeStatusInfoInner.type()Returns:
validate
public void validate()
Validates the instance.