DecompileOperationContent 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 body of the request for the decompileBicep operation.
public class DecompileOperationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Bicep.Models.DecompileOperationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Bicep.Models.DecompileOperationContent>
type DecompileOperationContent = class
interface IJsonModel<DecompileOperationContent>
interface IPersistableModel<DecompileOperationContent>
Public Class DecompileOperationContent
Implements IJsonModel(Of DecompileOperationContent), IPersistableModel(Of DecompileOperationContent)
- Inheritance
-
DecompileOperationContent
- Implements
Constructors
| Name | Description |
|---|---|
| DecompileOperationContent(String) |
Initializes a new instance of DecompileOperationContent. |
Properties
| Name | Description |
|---|---|
| Template |
The ARM json template to be decompiled into a Bicep file. |