SubscriptionQuotaDetails interface
Subscription Quota details.
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. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The resource name, such as SKU name. |
shareable |
The shareable quota for the subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
limit
The total quota limit for the subscription.
limit?: number
Property Value
number
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. NOTE: This property will not be serialized. It can only be populated by the server.
name?: SubscriptionQuotaDetailsName
Property Value
resourceName
The resource name, such as SKU name.
resourceName?: string
Property Value
string
shareableQuota
The shareable quota for the subscription. NOTE: This property will not be serialized. It can only be populated by the server.
shareableQuota?: number
Property Value
number