Share via


DecompiledFileDefinition Class

Definition

The definition of a file along with its contents.

public class DecompiledFileDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.DecompiledFileDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.DecompiledFileDefinition>
type DecompiledFileDefinition = class
    interface IJsonModel<DecompiledFileDefinition>
    interface IPersistableModel<DecompiledFileDefinition>
Public Class DecompiledFileDefinition
Implements IJsonModel(Of DecompiledFileDefinition), IPersistableModel(Of DecompiledFileDefinition)
Inheritance
DecompiledFileDefinition
Implements

Properties

Name Description
Contents

Gets the contents.

Path

Gets the path.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DecompiledFileDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DecompiledFileDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DecompiledFileDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DecompiledFileDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DecompiledFileDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to