QuotaAllocationRequestBase Class

Definition

The new quota request allocated to subscription.

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

Constructors

QuotaAllocationRequestBase()

Initializes a new instance of QuotaAllocationRequestBase.

Properties

Limit

The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota.

LocalizedValue

Resource display name.

Region

The location for which the subscription is allocated.

Value

Resource name.

Explicit Interface Implementations

IJsonModel<QuotaAllocationRequestBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaAllocationRequestBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaAllocationRequestBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaAllocationRequestBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaAllocationRequestBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to