다음을 통해 공유


SubscriptionQuotaAllocationsListProperties Class

Definition

The SubscriptionQuotaAllocationsListProperties.

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

Constructors

SubscriptionQuotaAllocationsListProperties()

Initializes a new instance of SubscriptionQuotaAllocationsListProperties.

Properties

NextLink

The URL to use for getting the next set of results.

ProvisioningState

Request status.

Value

Subscription quota list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SubscriptionQuotaAllocationsListProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionQuotaAllocationsListProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionQuotaAllocationsListProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionQuotaAllocationsListProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionQuotaAllocationsListProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to