Class ProductProperties

java.lang.Object
com.azure.resourcemanager.azurestack.models.ProductProperties

public final class ProductProperties extends Object
Additional properties of the product.
  • Constructor Details

    • ProductProperties

      public ProductProperties()
      Creates an instance of ProductProperties class.
  • Method Details

    • version

      public String version()
      Get the version property: The version.
      Returns:
      the version value.
    • withVersion

      public ProductProperties withVersion(String version)
      Set the version property: The version.
      Parameters:
      version - the version value to set.
      Returns:
      the ProductProperties object itself.
    • validate

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