다음을 통해 공유


GroupQuotaLimit Class

Definition

Group Quota limit.

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

Constructors

GroupQuotaLimit()

Initializes a new instance of GroupQuotaLimit.

Properties

Properties

Group Quota properties for the specified resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GroupQuotaLimit>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GroupQuotaLimit>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupQuotaLimit>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupQuotaLimit>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GroupQuotaLimit>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to