DecompileOperationSuccessResult 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 response of the decompileBicep operation.
public class DecompileOperationSuccessResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Bicep.Models.DecompileOperationSuccessResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Bicep.Models.DecompileOperationSuccessResult>
type DecompileOperationSuccessResult = class
interface IJsonModel<DecompileOperationSuccessResult>
interface IPersistableModel<DecompileOperationSuccessResult>
Public Class DecompileOperationSuccessResult
Implements IJsonModel(Of DecompileOperationSuccessResult), IPersistableModel(Of DecompileOperationSuccessResult)
- Inheritance
-
DecompileOperationSuccessResult
- Implements
Properties
| Name | Description |
|---|---|
| EntryPoint |
The file path to the main Bicep file generated from the decompiled ARM json template. |
| Files |
An array of key-value pairs containing the entryPoint string as the key for the Bicep file decompiled from the ARM json template. |