GroupQuotaSubscriptionProperties Class

Definition

The GroupQuotaSubscriptionProperties.

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

Constructors

GroupQuotaSubscriptionProperties()

Initializes a new instance of GroupQuotaSubscriptionProperties.

Properties

ProvisioningState

Status of this subscriptionId being associated with the GroupQuotasEntity.

SubscriptionId

An Azure subscriptionId.

Explicit Interface Implementations

IJsonModel<GroupQuotaSubscriptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GroupQuotaSubscriptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupQuotaSubscriptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupQuotaSubscriptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GroupQuotaSubscriptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to