你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Contents

Gets the contents.

Path

Gets the path.

Explicit Interface Implementations

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