다음을 통해 공유


SwaggerCustomDynamicTree Class

Definition

The swagger custom dynamic tree.

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

Constructors

SwaggerCustomDynamicTree()

Initializes a new instance of SwaggerCustomDynamicTree.

Properties

Browse

The tree on-browse configuration.

Open

The tree on-open configuration.

Settings

The tree settings.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SwaggerCustomDynamicTree>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SwaggerCustomDynamicTree>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SwaggerCustomDynamicTree>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SwaggerCustomDynamicTree>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SwaggerCustomDynamicTree>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to