Interface UpgradeGraph


public interface UpgradeGraph
An immutable client-side representation of UpgradeGraph.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: The appliance resource path.
    Gets the inner com.azure.resourcemanager.resourceconnector.fluent.models.UpgradeGraphInner object.
    Gets the name property: The release train name.
    Gets the properties property: The properties of supported version.
  • Method Details

    • id

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

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

      Gets the properties property: The properties of supported version.
      Returns:
      the properties value.
    • innerModel

      UpgradeGraphInner innerModel()
      Gets the inner com.azure.resourcemanager.resourceconnector.fluent.models.UpgradeGraphInner object.
      Returns:
      the inner object.