QuotaSubRequestDetail Class

Definition

Request property.

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

Properties

Limit

Resource quota limit properties. Please note QuotaLimitJsonObject is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include QuotaLimitObject.

Message

User-friendly status message.

Name

Resource name.

ProvisioningState

The quota request status.

ResourceTypeName

Resource type for which the quota properties were requested.

SubRequestId

Quota request ID.

Unit

Quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Explicit Interface Implementations

IJsonModel<QuotaSubRequestDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaSubRequestDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaSubRequestDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaSubRequestDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaSubRequestDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to