Package version:

Interface AllocatedToSubscription

SubscriptionIds and quota allocated to subscriptions from the GroupQuota.

interface AllocatedToSubscription {
    quotaAllocated?: number;
    subscriptionId?: string;
}

Properties

quotaAllocated?: number

The amount of quota allocated to this subscriptionId from the GroupQuotasEntity.

subscriptionId?: string

An Azure subscriptionId.