ParametersValueFileInfo interface
A file containing a set of parameter values for an ARM template.
Properties
| file |
File name. |
| parameters |
Contents of the file. |
Property Details
fileName
File name.
fileName?: string
Property Value
string
parametersValueInfo
Contents of the file.
parametersValueInfo?: Record<string, unknown>
Property Value
Record<string, unknown>