SiteConfigPropertiesDictionary Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SiteConfigPropertiesDictionary
- com.
Implements
public final class SiteConfigPropertiesDictionary
implements JsonSerializable<SiteConfigPropertiesDictionary>
Site config properties dictionary.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
| String |
javaVersion()
Get the java |
| String |
linuxFxVersion()
Get the linux |
| String |
powerShellVersion()
Get the power |
|
Json |
toJson(JsonWriter jsonWriter) |
| Boolean |
use32BitWorkerProcess()
Get the use32Bit |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SiteConfigPropertiesDictionary fromJson(JsonReader jsonReader)
Reads an instance of SiteConfigPropertiesDictionary from the JsonReader.
Parameters:
Returns:
Throws:
javaVersion
public String javaVersion()
Get the javaVersion property: JavaVersion configuration setting.
Returns:
linuxFxVersion
public String linuxFxVersion()
Get the linuxFxVersion property: LinuxFxVersion configuration setting.
Returns:
powerShellVersion
public String powerShellVersion()
Get the powerShellVersion property: PowerShellVersion configuration setting.
Returns:
toJson
use32BitWorkerProcess
public Boolean use32BitWorkerProcess()
Get the use32BitWorkerProcess property: true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.
Returns:
validate
public void validate()
Validates the instance.