GroupQuotaDetails Class

Definition

Group Quota details.

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

Constructors

Name Description
GroupQuotaDetails()

Creates an new GroupQuotaDetails 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 GroupQuotaDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to