Configuration Class
Represents a Configuration.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Configuration(*, value: str | None = None, source: str | None = None, **kwargs)Parameters
| Name | Description | 
|---|---|
| value 
				Required
			 | Value of the configuration. | 
| source 
				Required
			 | Source of the configuration. | 
Keyword-Only Parameters
| Name | Description | 
|---|---|
| value | Default value: None | 
| source | Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Fully qualified resource ID for the resource. Ex - /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 | The system metadata relating to this resource. | 
| description | Description of the configuration. | 
| default_value | Default value of the configuration. | 
| data_type | Data type of the configuration. Possible values include: "Boolean", "Numeric", "Integer", "Enumeration". | 
| allowed_values | Allowed values of the configuration. |