Class SupportedStackResourceProperties

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

public final class SupportedStackResourceProperties extends Object
Supported stack resource properties.
  • Constructor Details

    • SupportedStackResourceProperties

      public SupportedStackResourceProperties()
  • Method Details

    • stackId

      public String stackId()
      Get the stackId property: The id of supported stack.
      Returns:
      the stackId value.
    • withStackId

      public SupportedStackResourceProperties withStackId(String stackId)
      Set the stackId property: The id of supported stack.
      Parameters:
      stackId - the stackId value to set.
      Returns:
      the SupportedStackResourceProperties object itself.
    • version

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

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

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