ServerRoleGroupConfiguration Class
Represents server role group configuration value.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Constructor
ServerRoleGroupConfiguration(*, role: str | _models.ServerRole, value: str, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
role
|
str or
ServerRole
The role of servers in the server role group. Required. Known values are: "Coordinator" and "Worker". |
|
value
|
Value of the configuration. Required. |
Variables
| Name | Description |
|---|---|
|
role
|
str or
ServerRole
The role of servers in the server role group. Required. Known values are: "Coordinator" and "Worker". |
|
value
|
Value of the configuration. Required. |
|
default_value
|
Default value of the configuration. |
|
source
|
Source of the configuration. |