ArmResourcesBicepModelFactory.DecompileOperationContent(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.DecompileOperationContent DecompileOperationContent(string template = default);
static member DecompileOperationContent : string -> Azure.ResourceManager.Resources.Bicep.Models.DecompileOperationContent
Public Shared Function DecompileOperationContent (Optional template As String = Nothing) As DecompileOperationContent
Parameters
- template
- String
The ARM json template to be decompiled into a Bicep file.
Returns
A new DecompileOperationContent instance for mocking.