GroupQuotaLimit Class

Definition

Group Quota limit.

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

Constructors

Name Description
GroupQuotaLimit()

Creates an new GroupQuotaLimit instance.

Properties

Name Description
AllocatedToSubscriptionValue

List of Group Quota Limit allocated to subscriptions.

AvailableLimit

The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).

Comment

Any comment related to quota request.

Limit

The current Group Quota Limit at the parentId level.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

ResourceName

The resource name, such as SKU name.

Unit

The usages units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotaLimit.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaLimit.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaLimit into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to