다음을 통해 공유


SubscriptionQuotaAllocationsProperties Class

Definition

Quota properties for the specified resource.

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

Constructors

SubscriptionQuotaAllocationsProperties()

Initializes a new instance of SubscriptionQuotaAllocationsProperties.

Properties

Limit

The total quota limit for the subscription.

(Inherited from SubscriptionQuotaDetails)
LocalizedValue

Resource display name.

(Inherited from SubscriptionQuotaDetails)
ResourceName

The resource name, such as SKU name.

(Inherited from SubscriptionQuotaDetails)
ShareableQuota

The shareable quota for the subscription.

(Inherited from SubscriptionQuotaDetails)
Value

Resource name.

(Inherited from SubscriptionQuotaDetails)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SubscriptionQuotaAllocationsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionQuotaAllocationsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SubscriptionQuotaDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SubscriptionQuotaDetails)
IJsonModel<SubscriptionQuotaDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SubscriptionQuotaDetails)
IPersistableModel<SubscriptionQuotaAllocationsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionQuotaAllocationsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionQuotaAllocationsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SubscriptionQuotaDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SubscriptionQuotaDetails)
IPersistableModel<SubscriptionQuotaDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SubscriptionQuotaDetails)
IPersistableModel<SubscriptionQuotaDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SubscriptionQuotaDetails)

Applies to