Class UpgradeOperationHistoricalStatusInfoInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.UpgradeOperationHistoricalStatusInfoInner
-
public final class UpgradeOperationHistoricalStatusInfoInner extends Object
Virtual Machine Scale Set OS Upgrade History operation response.
-
-
Constructor Summary
Constructors Constructor Description UpgradeOperationHistoricalStatusInfoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: Resource location.UpgradeOperationHistoricalStatusInfoPropertiesproperties()Get the properties property: Information about the properties of the upgrade operation.Stringtype()Get the type property: Resource type.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
properties
public UpgradeOperationHistoricalStatusInfoProperties properties()
Get the properties property: Information about the properties of the upgrade operation.- Returns:
- the properties value.
-
type
public String type()
Get the type property: Resource type.- Returns:
- the type value.
-
location
public String location()
Get the location property: Resource location.- Returns:
- the location value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-