Share via


Configuration Class

Represents a Configuration.

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

Constructor

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

Keyword-Only Parameters

Name Description
value
str

Value of the configuration.

Default value: None
source
str

Source of the configuration.

Default value: None

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

system_data

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

Data type of the configuration. Known values are: "Boolean", "Numeric", "Integer", and "Enumeration".

allowed_values
str

Allowed values of the configuration.

source
str

Source of the configuration.

is_dynamic_config

Configuration dynamic or static.

is_read_only

Configuration read-only or not.

is_config_pending_restart

Configuration is pending restart or not.

unit
str

Configuration unit.

documentation_link
str

Configuration documentation link.