Class SiteConfigPropertiesDictionary
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.SiteConfigPropertiesDictionary
-
public final class SiteConfigPropertiesDictionary extends Object
Site config properties dictionary.
-
-
Constructor Summary
Constructors Constructor Description SiteConfigPropertiesDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringjavaVersion()Get the javaVersion property: JavaVersion configuration setting.StringlinuxFxVersion()Get the linuxFxVersion property: LinuxFxVersion configuration setting.StringpowerShellVersion()Get the powerShellVersion property: PowerShellVersion configuration setting.Booleanuse32BitWorkerProcess()Get the use32BitWorkerProcess property: <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-