你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistryAdapter Class

Server farm registry adapter configuration.

Constructor

RegistryAdapter()

Variables

Name Description
registry_key
str

Registry key for the adapter.

type
Union[str, <xref:"RegistryAdapterType">]

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

key_vault_secret_reference
<xref:<xref:"KeyVaultReferenceWithStatus">>

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

Attributes

keyVaultSecretReference

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

keyVaultSecretReference: KeyVaultReferenceWithStatus

registryKey

Registry key for the adapter.

registryKey: str

type

"Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".

type: str | RegistryAdapterType