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.
Constructor Summary
Constructor | Description |
---|---|
RollingUpgradeStatusInfoInner() |
Creates an instance of Rolling |
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 |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Rolling |
withLocation(String location) |
Rolling |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
RollingUpgradeStatusInfoInner
public RollingUpgradeStatusInfoInner()
Creates an instance of RollingUpgradeStatusInfoInner class.
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:
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.
withLocation
public RollingUpgradeStatusInfoInner withLocation(String location)
Overrides:
RollingUpgradeStatusInfoInner.withLocation(String location)Parameters:
withTags
public RollingUpgradeStatusInfoInner withTags(Map
Overrides:
RollingUpgradeStatusInfoInner.withTags(Map<String,String> tags)Parameters: