QuotaLimitObject Class

Definition

The resource quota limit value.

public class QuotaLimitObject : Azure.ResourceManager.Quota.Models.QuotaLimitJsonObject
public class QuotaLimitObject : Azure.ResourceManager.Quota.Models.QuotaLimitJsonObject, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.QuotaLimitObject>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.QuotaLimitObject>
type QuotaLimitObject = class
    inherit QuotaLimitJsonObject
type QuotaLimitObject = class
    inherit QuotaLimitJsonObject
    interface IJsonModel<QuotaLimitObject>
    interface IPersistableModel<QuotaLimitObject>
Public Class QuotaLimitObject
Inherits QuotaLimitJsonObject
Public Class QuotaLimitObject
Inherits QuotaLimitJsonObject
Implements IJsonModel(Of QuotaLimitObject), IPersistableModel(Of QuotaLimitObject)
Inheritance
QuotaLimitObject
Implements

Constructors

QuotaLimitObject(Int32)

Initializes a new instance of QuotaLimitObject.

Properties

LimitType

The quota or usages limit types.

Value

The quota/limit value.

Explicit Interface Implementations

IJsonModel<QuotaLimitJsonObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from QuotaLimitJsonObject)
IJsonModel<QuotaLimitJsonObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from QuotaLimitJsonObject)
IJsonModel<QuotaLimitObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaLimitObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaLimitJsonObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from QuotaLimitJsonObject)
IPersistableModel<QuotaLimitJsonObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from QuotaLimitJsonObject)
IPersistableModel<QuotaLimitJsonObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from QuotaLimitJsonObject)
IPersistableModel<QuotaLimitObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaLimitObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaLimitObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to