IGroupQuotaLimitProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitPropertiesTypeConverter))]
public interface IGroupQuotaLimitProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitPropertiesTypeConverter))>]
type IGroupQuotaLimitProperties = interface
interface IJsonSerializable
interface IGroupQuotaDetails
Public Interface IGroupQuotaLimitProperties
Implements IGroupQuotaDetails
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AllocatedToSubscriptionValue |
List of Group Quota Limit allocated to subscriptions. (Inherited from IGroupQuotaDetails) |
| AvailableLimit |
The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s). (Inherited from IGroupQuotaDetails) |
| Comment |
Any comment related to quota request. (Inherited from IGroupQuotaDetails) |
| Limit |
The current Group Quota Limit at the parentId level. (Inherited from IGroupQuotaDetails) |
| NameLocalizedValue |
Resource display name. (Inherited from IGroupQuotaDetails) |
| NameValue |
Resource name. (Inherited from IGroupQuotaDetails) |
| ResourceName |
The resource name, such as SKU name. (Inherited from IGroupQuotaDetails) |
| 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. (Inherited from IGroupQuotaDetails) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |