ConfigurationProperties interface

The properties of configuration.

Properties

allowedValues

Allowed values of the configuration.

dataType

Data type of the configuration.

description

Description of the configuration.

provisioningState

Provisioning state of the configuration

requiresRestart

If configuration change requires restart.

serverRoleGroupConfigurations

The list of server role group configuration values.

Property Details

allowedValues

Allowed values of the configuration.

allowedValues?: string

Property Value

string

dataType

Data type of the configuration.

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

serverRoleGroupConfigurations

The list of server role group configuration values.

serverRoleGroupConfigurations: ServerRoleGroupConfiguration[]

Property Value