IGroupQuotaDetails 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.GroupQuotaDetailsTypeConverter))]
public interface IGroupQuotaDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaDetailsTypeConverter))>]
type IGroupQuotaDetails = interface
interface IJsonSerializable
Public Interface IGroupQuotaDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |