Share via


ServerConfiguration Class

Represents a configuration.

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

Constructor

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

Keyword-Only Parameters

Name Description
value
str

Value of the configuration.

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. E.g. "/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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

value
str

Value of the configuration.

source
str

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

requires_restart

If configuration change requires restart.

provisioning_state

Provisioning state of the configuration. Known values are: "Succeeded", "Canceled", "InProgress", and "Failed".