Class PhpProfile

java.lang.Object
com.azure.resourcemanager.workloads.models.PhpProfile

public final class PhpProfile extends Object
PHP profile.
  • Constructor Details

    • PhpProfile

      public PhpProfile()
  • Method Details

    • version

      public PhpVersion version()
      Get the version property: PHP version.
      Returns:
      the version value.
    • withVersion

      public PhpProfile withVersion(PhpVersion version)
      Set the version property: PHP version.
      Parameters:
      version - the version value to set.
      Returns:
      the PhpProfile object itself.
    • validate

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