SubscriptionQuotaAllocations 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.
Quota allocated to a subscription for the specific Resource Provider, Location, ResourceName. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota.
public class SubscriptionQuotaAllocations : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocations>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocations>
type SubscriptionQuotaAllocations = class
interface IJsonModel<SubscriptionQuotaAllocations>
interface IPersistableModel<SubscriptionQuotaAllocations>
Public Class SubscriptionQuotaAllocations
Implements IJsonModel(Of SubscriptionQuotaAllocations), IPersistableModel(Of SubscriptionQuotaAllocations)
- Inheritance
-
SubscriptionQuotaAllocations
- Implements
Constructors
SubscriptionQuotaAllocations() |
Initializes a new instance of SubscriptionQuotaAllocations. |
Properties
Properties |
Quota properties for the specified resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SubscriptionQuotaAllocations>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubscriptionQuotaAllocations>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubscriptionQuotaAllocations>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubscriptionQuotaAllocations>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubscriptionQuotaAllocations>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET