CsmUsageQuota Class

Definition

Usage of the quota resource.

public class 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
type CsmUsageQuota = class
    interface IJsonModel<CsmUsageQuota>
    interface IPersistableModel<CsmUsageQuota>
Public Class CsmUsageQuota
Public Class CsmUsageQuota
Implements IJsonModel(Of CsmUsageQuota), IPersistableModel(Of CsmUsageQuota)
Inheritance
CsmUsageQuota
Implements

Properties

CurrentValue

The current value of the resource counter.

Limit

The resource limit.

Name

Quota name.

NextResetOn

Next reset time for the resource counter.

Unit

Units of measurement for the quota resource.

Explicit Interface Implementations

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