Share via


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.ProxyResource
Configuration

Constructor

Configuration(*, value: str | None = None, source: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
value
str

Value of the configuration.

source
str

Source of the configuration.

Variables

Name Description
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.