Package version:

Interface SubscriptionQuotaDetails

Subscription Quota details.

interface SubscriptionQuotaDetails {
    limit?: number;
    name?: SubscriptionQuotaDetailsName;
    resourceName?: string;
    shareableQuota?: number;
}

Hierarchy (view full)

Properties

limit?: number

The total quota limit for the subscription.

Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.

resourceName?: string

The resource name, such as SKU name.

shareableQuota?: number

The shareable quota for the subscription.