GroupQuotaUsagesBase 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.
Resource details with usages and GroupQuota.
public class GroupQuotaUsagesBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.GroupQuotaUsagesBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.GroupQuotaUsagesBase>
type GroupQuotaUsagesBase = class
interface IJsonModel<GroupQuotaUsagesBase>
interface IPersistableModel<GroupQuotaUsagesBase>
Public Class GroupQuotaUsagesBase
Implements IJsonModel(Of GroupQuotaUsagesBase), IPersistableModel(Of GroupQuotaUsagesBase)
- Inheritance
-
GroupQuotaUsagesBase
- Implements
Constructors
GroupQuotaUsagesBase() |
Initializes a new instance of GroupQuotaUsagesBase. |
Properties
Limit |
Quota/limits for the resource. |
LocalizedValue |
Resource display name. |
Unit |
Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values. |
Usages |
Usages for the resource. |
Value |
Resource name. |
Explicit Interface Implementations
IJsonModel<GroupQuotaUsagesBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GroupQuotaUsagesBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GroupQuotaUsagesBase>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GroupQuotaUsagesBase>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GroupQuotaUsagesBase>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET