Dela via


LogicApiResourceDefinitions Class

Definition

The Api resource definition.

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

Properties

ModifiedSwaggerUri

The modified swagger url.

OriginalSwaggerUri

The original swagger url.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicApiResourceDefinitions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicApiResourceDefinitions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicApiResourceDefinitions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicApiResourceDefinitions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicApiResourceDefinitions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to