ISubscriptionGroupQuotaAssignment Interface

Definition

[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)

Applies to