QuotaDetails Class

Definition

Quota used, limit, and next reset date/time.

public class QuotaDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.QuotaDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.QuotaDetails>
type QuotaDetails = class
    interface IJsonModel<QuotaDetails>
    interface IPersistableModel<QuotaDetails>
Public Class QuotaDetails
Implements IJsonModel(Of QuotaDetails), IPersistableModel(Of QuotaDetails)
Inheritance
QuotaDetails
Implements

Properties

Quota

Resource quota limit.

QuotaResetsOn

Date/time when the resource quota usage will be reset.

Used

Amount of the resource quota used.

Explicit Interface Implementations

IJsonModel<QuotaDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to