DeploymentExtensionConfigItem Class
DeploymentExtensionConfigItem.
Constructor
DeploymentExtensionConfigItem(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The value type of the extension config property. Known values are: "String", "Int", "Bool", "Array", "Object", "SecureString", and "SecureObject". |
|
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. |
Attributes
key_vault_reference
The Azure Key Vault reference used to retrieve the secret value of the extension config property.
key_vault_reference: _models.KeyVaultParameterReference | None
type
"String", "Int", "Bool", "Array", "Object", "SecureString", and "SecureObject".
type: str | _models.ExtensionConfigPropertyType | None
value
The value of the extension config property.
value: Any | None