Class BicepModelReaderWriterOptions
- Namespace
- Azure.ResourceManager
- Assembly
- Azure.ResourceManager.dll
Provides the options for reading and writing Bicep.
public class BicepModelReaderWriterOptions : ModelReaderWriterOptions
- Inheritance
-
BicepModelReaderWriterOptions
Constructors
BicepModelReaderWriterOptions()
Initializes a new instance of BicepModelReaderWriterOptions.
public BicepModelReaderWriterOptions()
Properties
PropertyOverrides
The set of property overrides to apply when writing the bicep. The key of the dictionary corresponds to the instance being written, and the value is a dictionary of property names to property values.
public IDictionary<object, IDictionary<string, string>> PropertyOverrides { get; }