Share via


ListQuotaReportResult Class

Definition

  • Result of ListQuotaReportResponse.
public class ListQuotaReportResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.ListQuotaReportResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.ListQuotaReportResult>
type ListQuotaReportResult = class
    interface IJsonModel<ListQuotaReportResult>
    interface IPersistableModel<ListQuotaReportResult>
Public Class ListQuotaReportResult
Implements IJsonModel(Of ListQuotaReportResult), IPersistableModel(Of ListQuotaReportResult)
Inheritance
ListQuotaReportResult
Implements

Properties

Name Description
QuotaReportRecords

List of quota reports.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ListQuotaReportResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListQuotaReportResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListQuotaReportResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListQuotaReportResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListQuotaReportResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to