ArmResourcesBicepModelFactory.DecompiledFileDefinition(String, String) Method
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.
public static Azure.ResourceManager.Resources.Bicep.Models.DecompiledFileDefinition DecompiledFileDefinition(string path = default, string contents = default);
static member DecompiledFileDefinition : string * string -> Azure.ResourceManager.Resources.Bicep.Models.DecompiledFileDefinition
Public Shared Function DecompiledFileDefinition (Optional path As String = Nothing, Optional contents As String = Nothing) As DecompiledFileDefinition
Parameters
- path
- String
The file path of the Bicep file.
- contents
- String
The contents of the Bicep file.
Returns
A new DecompiledFileDefinition instance for mocking.