LotSummary interface
A lot summary resource.
- Extends
Properties
| billing |
The billing currency of the lot. |
| closed |
The balance as of the last invoice. |
| closed |
The balance as of the last invoice in billing currency. |
| credit |
The currency of the lot. |
| e |
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
| e |
The eTag for the resource. |
| expiration |
The expiration date of a lot. |
| is |
If true, the listed details are based on an estimation and it will be subjected to change. |
| organization |
The organization type of the lot. |
| original |
The original amount of a lot, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment |
| original |
The original amount of a lot in billing currency, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment |
| po |
The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots. |
| purchased |
The date when the lot was added. |
| reseller | The reseller of the lot. |
| source | The source of the lot. |
| start |
The date when the lot became effective. |
| status | The status of the lot. |
| used |
Amount consumed from the commitment. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
billingCurrency
The billing currency of the lot.
billingCurrency?: string
Property Value
string
closedBalance
closedBalanceInBillingCurrency
The balance as of the last invoice in billing currency.
closedBalanceInBillingCurrency?: AmountWithExchangeRate
Property Value
creditCurrency
The currency of the lot.
creditCurrency?: string
Property Value
string
eTag
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
eTag?: string
Property Value
string
eTagPropertiesETag
The eTag for the resource.
eTagPropertiesETag?: string
Property Value
string
expirationDate
The expiration date of a lot.
expirationDate?: Date
Property Value
Date
isEstimatedBalance
If true, the listed details are based on an estimation and it will be subjected to change.
isEstimatedBalance?: boolean
Property Value
boolean
organizationType
The organization type of the lot.
organizationType?: string
Property Value
string
originalAmount
The original amount of a lot, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment
originalAmount?: Amount
Property Value
originalAmountInBillingCurrency
The original amount of a lot in billing currency, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment
originalAmountInBillingCurrency?: AmountWithExchangeRate
Property Value
poNumber
The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.
poNumber?: string
Property Value
string
purchasedDate
The date when the lot was added.
purchasedDate?: Date
Property Value
Date
reseller
source
The source of the lot.
source?: string
Property Value
string
startDate
The date when the lot became effective.
startDate?: Date
Property Value
Date
status
The status of the lot.
status?: string
Property Value
string
usedAmount
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type