次の方法で共有


SubscriptionQuotaDetails Class

Definition

Subscription Quota details.

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

Constructors

SubscriptionQuotaDetails()

Initializes a new instance of SubscriptionQuotaDetails.

Properties

Limit

The total quota limit for the subscription.

LocalizedValue

Resource display name.

ResourceName

The resource name, such as SKU name.

ShareableQuota

The shareable quota for the subscription.

Value

Resource name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SubscriptionQuotaDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionQuotaDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionQuotaDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionQuotaDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionQuotaDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to