Condividi tramite


DataPartitionsListResult Class

Definition

List of data partitions.

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

Properties

DataPartitionInfo

List of data partitions along with their properties in a given OEP resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataPartitionsListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataPartitionsListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataPartitionsListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataPartitionsListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataPartitionsListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to