SubscriptionQuotaDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
SubscriptionQuotaDetails() |
Initializes a new instance of SubscriptionQuotaDetails. |
Properties
Limit |
The total quota limit for the subscription. |
LocalizedValue |
Resource display name. |
Region |
Location/Azure region for the quota requested for resource. |
ShareableQuota |
The shareable quota for the subscription. |
Value |
Resource name. |
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
Azure SDK for .NET