ServerConfigurationProperties interface
The properties of a configuration.
Properties
| allowed |
Allowed values of the configuration. |
| data |
Data type of the configuration. |
| default |
Default value of the configuration. |
| description | Description of the configuration. |
| provisioning |
Provisioning state of the configuration. |
| requires |
If configuration change requires restart. |
| source | Source of the configuration. |
| value | Value of the configuration. |
Property Details
allowedValues
Allowed values of the configuration.
allowedValues?: string
Property Value
string
dataType
Data type of the configuration.
dataType?: string
Property Value
string
defaultValue
Default value of the configuration.
defaultValue?: string
Property Value
string
description
Description of the configuration.
description?: string
Property Value
string
provisioningState
Provisioning state of the configuration.
provisioningState?: string
Property Value
string
requiresRestart
If configuration change requires restart.
requiresRestart?: boolean
Property Value
boolean
source
Source of the configuration.
source?: string
Property Value
string
value
Value of the configuration.
value: string
Property Value
string