IncludedQuantityUtilizationSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Included Quantity utilization summary resource.
public class IncludedQuantityUtilizationSummary : Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary
type IncludedQuantityUtilizationSummary = class
inherit BenefitUtilizationSummary
Public Class IncludedQuantityUtilizationSummary
Inherits BenefitUtilizationSummary
- Inheritance
Constructors
IncludedQuantityUtilizationSummary() |
Initializes a new instance of IncludedQuantityUtilizationSummary. |
Properties
ArmSkuName |
ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan. |
BenefitId |
The benefit ID is the identifier of the benefit. |
BenefitOrderId |
The benefit order ID is the identifier for a benefit purchase. |
BenefitType |
The benefit type. Supported values: 'SavingsPlan'. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
UsageOn |
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. |
UtilizationPercentage |
This is the utilized percentage for the benefit ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET