Share via


ApiSpecExportResult Class

Definition

The API specification export result.

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

Properties

Format

The format of exported result.

Value

The result of the export operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApiSpecExportResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiSpecExportResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiSpecExportResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiSpecExportResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiSpecExportResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to