public final class SiteConfigPropertiesDictionary extends Object
| Constructor and Description |
|---|
SiteConfigPropertiesDictionary() |
| Modifier and Type | Method and Description |
|---|---|
String |
javaVersion()
Get the javaVersion property: JavaVersion configuration setting.
|
String |
linuxFxVersion()
Get the linuxFxVersion property: LinuxFxVersion configuration setting.
|
String |
powerShellVersion()
Get the powerShellVersion property: PowerShellVersion configuration setting.
|
Boolean |
use32BitWorkerProcess()
Get the use32BitWorkerProcess property: <code>true</code> if use32BitWorkerProcess should be set to
true for the stack; otherwise, <code>false</code>.
|
void |
validate()
Validates the instance.
|
public Boolean use32BitWorkerProcess()
public String linuxFxVersion()
public String javaVersion()
public String powerShellVersion()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.