Compartir a través de


ParametersValueFileInfo interface

A file containing a set of parameter values for an ARM template.

Properties

fileName

File name.

parametersValueInfo

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>