Class UpgradeGraphProperties

java.lang.Object
com.azure.resourcemanager.resourceconnector.models.UpgradeGraphProperties

public final class UpgradeGraphProperties extends Object
The Upgrade Graph Properties for appliance.
  • Constructor Details

    • UpgradeGraphProperties

      public UpgradeGraphProperties()
  • Method Details

    • applianceVersion

      public String applianceVersion()
      Get the applianceVersion property: The current appliance version.
      Returns:
      the applianceVersion value.
    • supportedVersions

      public List<SupportedVersion> supportedVersions()
      Get the supportedVersions property: This contains the current version and supported upgrade versions.
      Returns:
      the supportedVersions value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.