Interface UpgradableVersionsList


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

    Modifier and Type
    Method
    Description
    Gets the currentVersion property: Current version of the elastic monitor.
    Gets the inner com.azure.resourcemanager.elastic.fluent.models.UpgradableVersionsListInner object.
    Gets the upgradableVersions property: Stack Versions that this version can upgrade to.
  • Method Details

    • currentVersion

      String currentVersion()
      Gets the currentVersion property: Current version of the elastic monitor.
      Returns:
      the currentVersion value.
    • upgradableVersions

      List<String> upgradableVersions()
      Gets the upgradableVersions property: Stack Versions that this version can upgrade to.
      Returns:
      the upgradableVersions value.
    • innerModel

      Gets the inner com.azure.resourcemanager.elastic.fluent.models.UpgradableVersionsListInner object.
      Returns:
      the inner object.