ConfigurationProperties interface

The properties of a configuration.

Properties

allowedValues

Allowed values of the configuration.

currentValue

Current value of the configuration.

dataType

Data type of the configuration.

defaultValue

Default value of the configuration.

description

Description of the configuration.

documentationLink

The link used to get the document from community or Azure site.

isConfigPendingRestart

If is the configuration pending restart or not.

isDynamicConfig

If is the configuration dynamic.

isReadOnly

If is the configuration read only.

source

Source of the configuration.

value

Value of the configuration.

Property Details

allowedValues

Allowed values of the configuration.

allowedValues?: string

Property Value

string

currentValue

Current value of the configuration.

currentValue?: 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

The link used to get the document from community or Azure site.

documentationLink?: string

Property Value

string

isConfigPendingRestart

If is the configuration pending restart or not.

isConfigPendingRestart?: string

Property Value

string

isDynamicConfig

If is the configuration dynamic.

isDynamicConfig?: string

Property Value

string

isReadOnly

If is the configuration read only.

isReadOnly?: string

Property Value

string

source

Source of the configuration.

source?: string

Property Value

string

value

Value of the configuration.

value?: string

Property Value

string