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.models._models_py3.ProxyResourceConfiguration
Constructor
Configuration(*, value: Optional[str] = None, source: Optional[str] = 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".
- 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
Source of the configuration.
Feedback
Submit and view feedback for