DecompileOperationSuccessResult.Files Property

Definition

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

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resources.Models.DecompiledFileDefinition> Files { get; }
member this.Files : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resources.Models.DecompiledFileDefinition>
Public ReadOnly Property Files As IReadOnlyList(Of DecompiledFileDefinition)

Property Value

Applies to