Share via


RegistryAdapter Class

Server farm registry adapter configuration.

Constructor

RegistryAdapter(*, registry_key: str | None = None, type: str | _models.RegistryAdapterType | None = None, key_vault_secret_reference: _models.KeyVaultReferenceWithStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
registry_key
str

Registry key for the adapter.

Default value: None
type

Type of the registry adapter. Known values are: "Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".

Default value: None
key_vault_secret_reference

Key vault reference to the value that will be placed in the registry location.

Default value: None

Variables

Name Description
registry_key
str

Registry key for the adapter.

type

Type of the registry adapter. Known values are: "Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".

key_vault_secret_reference

Key vault reference to the value that will be placed in the registry location.