Configuration Class
Represents configuration details for coordinator and node.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Configuration(*, requires_restart: bool | None = None, server_role_group_configurations: List[_models.ServerRoleGroupConfiguration] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
requires_restart
|
If configuration change requires restart. Default value: None
|
|
server_role_group_configurations
|
The list of server role group configuration values. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
description
|
Description of the configuration. |
|
data_type
|
Data type of the configuration. Known values are: "Boolean", "Numeric", "Integer", and "Enumeration". |
|
allowed_values
|
Allowed values of the configuration. |
|
requires_restart
|
If configuration change requires restart. |
|
server_role_group_configurations
|
The list of server role group configuration values. |
|
provisioning_state
|
Provisioning state of the configuration. Known values are: "Succeeded", "Canceled", "InProgress", and "Failed". |