IncludedQuantityUtilizationSummary interface
Included Quantity utilization summary resource.
- Extends
Properties
| arm |
ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan. |
| benefit |
The benefit ID is the identifier of the benefit. |
| benefit |
The benefit order ID is the identifier for a benefit purchase. |
| benefit |
The benefit type. Supported values: 'SavingsPlan'. |
| kind | Supported values: 'SavingsPlan'. |
| usage |
Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month. |
| utilization |
This is the utilized percentage for the benefit ID. |
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
armSkuName
ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
armSkuName?: string
Property Value
string
benefitId
The benefit ID is the identifier of the benefit.
benefitId?: string
Property Value
string
benefitOrderId
The benefit order ID is the identifier for a benefit purchase.
benefitOrderId?: string
Property Value
string
benefitType
The benefit type. Supported values: 'SavingsPlan'.
benefitType?: string
Property Value
string
kind
Supported values: 'SavingsPlan'.
kind: "IncludedQuantity"
Property Value
"IncludedQuantity"
usageDate
Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.
usageDate?: Date
Property Value
Date
utilizationPercentage
This is the utilized percentage for the benefit ID.
utilizationPercentage?: number
Property Value
number
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 BenefitUtilizationSummary.id
name
The name of the resource
name?: string
Property Value
string
Inherited From BenefitUtilizationSummary.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From BenefitUtilizationSummary.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From BenefitUtilizationSummary.type