SiteConfigPropertiesDictionary interface
Site config properties dictionary.
Properties
| java |
JavaVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server. |
| linux |
LinuxFxVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server. |
| power |
PowerShellVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server. |
| use32Bit |
|
Property Details
javaVersion
JavaVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server.
javaVersion?: string
Property Value
string
linuxFxVersion
LinuxFxVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server.
linuxFxVersion?: string
Property Value
string
powerShellVersion
PowerShellVersion configuration setting. NOTE: This property will not be serialized. It can only be populated by the server.
powerShellVersion?: string
Property Value
string
use32BitWorkerProcess
true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
use32BitWorkerProcess?: boolean
Property Value
boolean