Package version:

Describes the current quota for the subscription.

interface SubscriptionQuota {
    currentCount?: number;
    id?: string;
    maxCount?: number;
    name?: string;
    type?: string;
}

Hierarchy (view full)

Properties

currentCount?: number

The current usage of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

maxCount?: number

The max permitted usage of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc