DeploymentExtensionConfigItem Class
DeploymentExtensionConfigItem.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
DeploymentExtensionConfigItem(*, value: Any | None = None, key_vault_reference: _models.KeyVaultParameterReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The value of the extension config property. Default value: None
|
key_vault_reference
|
The Azure Key Vault reference used to retrieve the secret value of the extension config property. Default value: None
|
Variables
Name | Description |
---|---|
type
|
The value type of the extension config property. Known values are: "String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject", and "Int". |
value
|
The value of the extension config property. |
key_vault_reference
|
The Azure Key Vault reference used to retrieve the secret value of the extension config property. |