SubscriptionQuotaAllocationsProperties interface
Quota properties for the specified resource.
- Extends
Inherited Properties
| limit | The total quota limit for the subscription. |
| name | 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. |
| resource |
The resource name, such as SKU name. |
| shareable |
The shareable quota for the subscription. |
Inherited Property Details
limit
The total quota limit for the subscription.
limit?: number
Property Value
number
Inherited From SubscriptionQuotaDetails.limit
name
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.
name?: SubscriptionQuotaDetailsName
Property Value
Inherited From SubscriptionQuotaDetails.name
resourceName
The resource name, such as SKU name.
resourceName?: string
Property Value
string
Inherited From SubscriptionQuotaDetails.resourceName
shareableQuota
The shareable quota for the subscription.
shareableQuota?: number
Property Value
number
Inherited From SubscriptionQuotaDetails.shareableQuota