IGroupQuotaUsagesBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaUsagesBaseTypeConverter))]
public interface IGroupQuotaUsagesBase : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaUsagesBaseTypeConverter))>]
type IGroupQuotaUsagesBase = interface
    interface IJsonSerializable
Public Interface IGroupQuotaUsagesBase
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Limit

Quota/limits for the resource.

NameLocalizedValue

Resource display name.

NameValue

Resource 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.

Usage

Usages for the resource.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to