다음을 통해 공유


ConsumptionLotSummary Class

Definition

A lot summary resource.

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

Constructors

ConsumptionLotSummary()

Initializes a new instance of ConsumptionLotSummary.

Properties

BillingCurrency

The billing currency of the lot.

ClosedBalance

The balance as of the last invoice.

ClosedBalanceInBillingCurrency

The balance as of the last invoice in billing currency.

CreditCurrency

The currency of the lot.

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.

ExpireOn

The expiration date of a lot.

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)
OriginalAmount

The original amount of a lot.

OriginalAmountInBillingCurrency

The original amount of a lot in billing currency.

PoNumber

The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.

PurchasedOn

The date when the lot was added.

Reseller

The reseller of the lot.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Source

The source of the lot.

StartOn

The date when the lot became effective.

Status

The status of the lot.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ConsumptionLotSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConsumptionLotSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConsumptionLotSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConsumptionLotSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConsumptionLotSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to