Configuration Class
Represents a Configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.rdbms.mysql_flexibleservers.models._models_py3.ProxyResourceConfiguration
Constructor
Configuration(*, value: Optional[str] = None, source: Optional[Union[str, azure.mgmt.rdbms.mysql_flexibleservers.models._my_sql_management_client_enums.ConfigurationSource]] = None, **kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- system_data
- SystemData
The system metadata relating to this resource.
- value
- str
Value of the configuration.
- description
- str
Description of the configuration.
- default_value
- str
Default value of the configuration.
- data_type
- str
Data type of the configuration.
- allowed_values
- str
Allowed values of the configuration.
- source
- str or ConfigurationSource
Source of the configuration. Possible values include: "system-default", "user-override".
- is_read_only
- str or IsReadOnly
If is the configuration read only. Possible values include: "True", "False".
- is_config_pending_restart
- str or IsConfigPendingRestart
If is the configuration pending restart or not. Possible values include: "True", "False".
- is_dynamic_config
- str or IsDynamicConfig
If is the configuration dynamic. Possible values include: "True", "False".
Feedback
Submit and view feedback for