Delen via


BillingInformation Class

Definition

billing information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.BillingInformationTypeConverter))]
public class BillingInformation : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IBillingInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.BillingInformationTypeConverter))>]
type BillingInformation = class
    interface IBillingInformation
    interface IJsonSerializable
Public Class BillingInformation
Implements IBillingInformation
Inheritance
BillingInformation
Attributes
Implements

Constructors

BillingInformation()

Creates an new BillingInformation instance.

Properties

BillingCurrencyProratedAmount

Pricing information containing the amount and the currency code

BillingCurrencyRemainingCommitmentAmount

Pricing information containing the amount and the currency code

BillingCurrencyTotalPaidAmount

Pricing information containing the amount and the currency code

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BillingInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BillingInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IBillingInformation.

FromJsonString(String)

Creates a new instance of BillingInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BillingInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to