java.lang.Object
com.azure.resourcemanager.resourceconnector.fluent.models.UpgradeGraphInner

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

    • UpgradeGraphInner

      public UpgradeGraphInner()
  • Method Details

    • id

      public String id()
      Get the id property: The appliance resource path.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The release train name.
      Returns:
      the name value.
    • properties

      public UpgradeGraphProperties properties()
      Get the properties property: The properties of supported version.
      Returns:
      the properties value.
    • withProperties

      public UpgradeGraphInner withProperties(UpgradeGraphProperties properties)
      Set the properties property: The properties of supported version.
      Parameters:
      properties - the properties value to set.
      Returns:
      the UpgradeGraphInner object itself.
    • validate

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