Share via


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. NOTE: This property will not be serialized. It can only be populated by the server.

resourceName

The resource name, such as SKU name.

shareableQuota

The shareable quota for the subscription. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

shareableQuota?: number

Property Value

number

Inherited From SubscriptionQuotaDetails.shareableQuota