DecompiledFileDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The definition of a file along with its contents.
public class DecompiledFileDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Bicep.Models.DecompiledFileDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Bicep.Models.DecompiledFileDefinition>
type DecompiledFileDefinition = class
interface IJsonModel<DecompiledFileDefinition>
interface IPersistableModel<DecompiledFileDefinition>
Public Class DecompiledFileDefinition
Implements IJsonModel(Of DecompiledFileDefinition), IPersistableModel(Of DecompiledFileDefinition)
- Inheritance
-
DecompiledFileDefinition
- Implements
Properties
| Name | Description |
|---|---|
| Contents |
The contents of the Bicep file. |
| Path |
The file path of the Bicep file. |