DeploymentExtensionConfigItem interface
The value or how to get a value for an extension config property.
Properties
| key |
The key vault reference of the config item. |
| type | The type of the value. |
| value | The value of the config item. The type is determined by the extension config schema. |
Property Details
keyVaultReference
The key vault reference of the config item.
keyVaultReference?: KeyVaultParameterReference
Property Value
type
The type of the value.
type?: string
Property Value
string
value
The value of the config item. The type is determined by the extension config schema.
value?: any
Property Value
any