Configuration Class

Represents a Configuration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.rdbms.postgresql.models._models_py3.ProxyResource
Configuration

Constructor

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

Parameters

Name Description
value
Required
str

Value of the configuration.

source
Required
str

Source of the configuration.

Keyword-Only Parameters

Name Description
value
Required
source
Required

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".

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.