ServerRoleGroupConfiguration interface
Represents server role group configuration value.
Properties
default |
Default value of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
role | The role of servers in the server role group. |
source | Source of the configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Value of the configuration. |
Property Details
defaultValue
Default value of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
defaultValue?: string
Property Value
string
role
The role of servers in the server role group.
role: string
Property Value
string
source
Source of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.
source?: string
Property Value
string
value
Value of the configuration.
value: string
Property Value
string