ConfigParameterOverride
Information about a configuration parameter override.
Properties
Name | Type | Required |
---|---|---|
SectionName |
string | Yes |
ParameterName |
string | Yes |
ParameterValue |
string | Yes |
Timeout |
string (duration) | No |
PersistAcrossUpgrade |
boolean | No |
SectionName
Type: string
Required: Yes
Name of the section for the parameter override.
ParameterName
Type: string
Required: Yes
Name of the parameter that has been overridden.
ParameterValue
Type: string
Required: Yes
Value of the overridden parameter.
Timeout
Type: string (duration)
Required: No
The duration until config override is considered as valid.
PersistAcrossUpgrade
Type: boolean
Required: No
A value that indicates whether config override will be removed on upgrade or will still be considered as valid.