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.
[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() | |