GroupQuotaUsagesBase Class

Definition

Resource details with usages and GroupQuota.

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

Constructors

Name Description
GroupQuotaUsagesBase()

Creates an new GroupQuotaUsagesBase instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotaUsagesBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaUsagesBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaUsagesBase.

FromJsonString(String)

Creates a new instance of GroupQuotaUsagesBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaUsagesBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to