CsmUsageQuota Class

Definition

Usage of the quota resource. Serialized Name: CsmUsageQuota

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

Properties

Name Description
CurrentValue

The current value of the resource counter. Serialized Name: CsmUsageQuota.currentValue

Limit

The resource limit. Serialized Name: CsmUsageQuota.limit

Name

Quota name. Serialized Name: CsmUsageQuota.name

NextResetOn

Next reset time for the resource counter. Serialized Name: CsmUsageQuota.nextResetTime

Unit

Units of measurement for the quota resource. Serialized Name: CsmUsageQuota.unit

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<CsmUsageQuota>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CsmUsageQuota>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CsmUsageQuota>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CsmUsageQuota>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to