Class StackProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.StackProperties

public final class StackProperties extends Object
KPack ClusterStack properties payload.
  • Constructor Details

    • StackProperties

      public StackProperties()
  • Method Details

    • id

      public String id()
      Get the id property: Id of the ClusterStack.
      Returns:
      the id value.
    • withId

      public StackProperties withId(String id)
      Set the id property: Id of the ClusterStack.
      Parameters:
      id - the id value to set.
      Returns:
      the StackProperties object itself.
    • version

      public String version()
      Get the version property: Version of the ClusterStack.
      Returns:
      the version value.
    • withVersion

      public StackProperties withVersion(String version)
      Set the version property: Version of the ClusterStack.
      Parameters:
      version - the version value to set.
      Returns:
      the StackProperties object itself.
    • validate

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