Share via


DecompileOperationSuccessResponse interface

The response of the decompileBicep operation

Properties

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

Property Details

entryPoint

The file path to the main Bicep file generated from the decompiled ARM json template.

entryPoint: string

Property Value

string

files

An array of key-value pairs containing the entryPoint string as the key for the Bicep file decompiled from the ARM json template

files: FileDefinition[]

Property Value