SiteConfigPropertiesDictionary Class

Site config properties dictionary.

Constructor

SiteConfigPropertiesDictionary(*args: Any, **kwargs: Any)

Variables

Name Description
use32_bit_worker_process

true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

linux_fx_version
str

LinuxFxVersion configuration setting.

java_version
str

JavaVersion configuration setting.

power_shell_version
str

PowerShellVersion configuration setting.

Attributes

java_version

JavaVersion configuration setting.

java_version: str | None

linux_fx_version

LinuxFxVersion configuration setting.

linux_fx_version: str | None

power_shell_version

PowerShellVersion configuration setting.

power_shell_version: str | None

use32_bit_worker_process

true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

use32_bit_worker_process: bool | None