Class SupportedVersionCatalogVersionData

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

public final class SupportedVersionCatalogVersionData extends Object
The SupportedVersionCatalogVersionData object for appliance.
  • Constructor Details

    • SupportedVersionCatalogVersionData

      public SupportedVersionCatalogVersionData()
  • Method Details

    • audience

      public String audience()
      Get the audience property: The image audience name for the version available for upgrade.
      Returns:
      the audience value.
    • catalog

      public String catalog()
      Get the catalog property: The image catalog name for the version available for upgrade.
      Returns:
      the catalog value.
    • offer

      public String offer()
      Get the offer property: The image offer name for the version available for upgrade.
      Returns:
      the offer value.
    • version

      public String version()
      Get the version property: The image version for the version available for upgrade.
      Returns:
      the version value.
    • validate

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