GroupQuotaLimitProperties Class

Definition

Group Quota properties for the specified resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitPropertiesTypeConverter))]
public class GroupQuotaLimitProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitProperties, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitPropertiesTypeConverter))>]
type GroupQuotaLimitProperties = class
    interface IGroupQuotaLimitProperties
    interface IJsonSerializable
    interface IGroupQuotaDetails
    interface IValidates
Public Class GroupQuotaLimitProperties
Implements IGroupQuotaLimitProperties, IValidates
Inheritance
GroupQuotaLimitProperties
Attributes
Implements

Constructors

Name Description
GroupQuotaLimitProperties()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaLimitProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaLimitProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to