ISubscriptionGroupQuotaAssignment 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.SubscriptionGroupQuotaAssignmentTypeConverter))]
public interface ISubscriptionGroupQuotaAssignment : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionGroupQuotaAssignmentTypeConverter))>]
type ISubscriptionGroupQuotaAssignment = interface
interface IJsonSerializable
Public Interface ISubscriptionGroupQuotaAssignment
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| GroupQuotaId |
The group quota id of the quota source. |
| QuotaAllocated |
The amount of quota allocated to this subscriptionId from the quota source. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |