DecompileOperationContent Class

Definition

The body of the request for the decompileBicep operation.

public class DecompileOperationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.DecompileOperationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.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

DecompileOperationContent(String)

Initializes a new instance of DecompileOperationContent.

Properties

Template

The ARM json template to be decompiled into a Bicep file.

Explicit Interface Implementations

IJsonModel<DecompileOperationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DecompileOperationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DecompileOperationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DecompileOperationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DecompileOperationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to