DeploymentExtensionConfigItem interface
Properties
| key |
The Azure Key Vault reference used to retrieve the secret value of the extension config property. |
| type | The value type of the extension config property. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | The value of the extension config property. |
Property Details
keyVaultReference
The Azure Key Vault reference used to retrieve the secret value of the extension config property.
keyVaultReference?: KeyVaultParameterReference
Property Value
type
The value type of the extension config property. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
value
The value of the extension config property.
value?: any
Property Value
any