Share via


IncludedQuantityUtilizationSummary Class

Definition

Included Quantity utilization summary resource.

public class IncludedQuantityUtilizationSummary : Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.IncludedQuantityUtilizationSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.IncludedQuantityUtilizationSummary>
type IncludedQuantityUtilizationSummary = class
    inherit BenefitUtilizationSummary
    interface IJsonModel<IncludedQuantityUtilizationSummary>
    interface IPersistableModel<IncludedQuantityUtilizationSummary>
Public Class IncludedQuantityUtilizationSummary
Inherits BenefitUtilizationSummary
Implements IJsonModel(Of IncludedQuantityUtilizationSummary), IPersistableModel(Of IncludedQuantityUtilizationSummary)
Inheritance
IncludedQuantityUtilizationSummary
Implements

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)

Explicit Interface Implementations

IJsonModel<BenefitUtilizationSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BenefitUtilizationSummary)
IJsonModel<BenefitUtilizationSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BenefitUtilizationSummary)
IJsonModel<IncludedQuantityUtilizationSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IncludedQuantityUtilizationSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BenefitUtilizationSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BenefitUtilizationSummary)
IPersistableModel<BenefitUtilizationSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BenefitUtilizationSummary)
IPersistableModel<BenefitUtilizationSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BenefitUtilizationSummary)
IPersistableModel<IncludedQuantityUtilizationSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IncludedQuantityUtilizationSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IncludedQuantityUtilizationSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to