GroupQuotaEntityBase Class

Definition

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

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

Constructors

GroupQuotaEntityBase()

Initializes a new instance of GroupQuotaEntityBase.

Properties

AdditionalAttributes

Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds.

DisplayName

Display name of the GroupQuota entity.

ProvisioningState

Provisioning state of the operation.

Explicit Interface Implementations

IJsonModel<GroupQuotaEntityBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GroupQuotaEntityBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupQuotaEntityBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupQuotaEntityBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GroupQuotaEntityBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to