Class SiteConfigPropertiesDictionary

java.lang.Object
com.azure.resourcemanager.appservice.models.SiteConfigPropertiesDictionary

public final class SiteConfigPropertiesDictionary extends Object
Site config properties dictionary.
  • Constructor Details

    • SiteConfigPropertiesDictionary

      public SiteConfigPropertiesDictionary()
  • Method Details

    • use32BitWorkerProcess

      public Boolean use32BitWorkerProcess()
      Get the use32BitWorkerProcess property: <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.
      Returns:
      the use32BitWorkerProcess value.
    • linuxFxVersion

      public String linuxFxVersion()
      Get the linuxFxVersion property: LinuxFxVersion configuration setting.
      Returns:
      the linuxFxVersion value.
    • javaVersion

      public String javaVersion()
      Get the javaVersion property: JavaVersion configuration setting.
      Returns:
      the javaVersion value.
    • powerShellVersion

      public String powerShellVersion()
      Get the powerShellVersion property: PowerShellVersion configuration setting.
      Returns:
      the powerShellVersion value.
    • validate

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