ServerConfiguration Class
Represents a configuration.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ServerConfiguration(*, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
Value of the configuration. 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. |
|
value
|
Value of the configuration. |
|
source
|
Source of the configuration. |
|
description
|
Description of the configuration. |
|
default_value
|
Default value 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. |
|
provisioning_state
|
Provisioning state of the configuration. Known values are: "Succeeded", "Canceled", "InProgress", and "Failed". |