DeploymentParameter interface
Deployment parameter for the template.
Properties
| expression | Input expression to the parameter. |
| reference | Azure Key Vault parameter reference. |
| value | Input value to the parameter . |
Property Details
expression
Input expression to the parameter.
expression?: string
Property Value
string
reference
Azure Key Vault parameter reference.
reference?: KeyVaultParameterReference
Property Value
value
Input value to the parameter .
value?: any
Property Value
any