Поделиться через


SubContent Class

Definition

The sub-request submitted with the quota request.

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

Properties

Limit

Quota (resource limit).

Message

User-friendly status message.

Name

The resource name.

ProvisioningState

The quota request status.

ResourceType

Resource type for which the quota check was made.

SubRequestId

Sub request ID for individual request.

Unit

The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SubContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to