Language

BillingMeterDetails Class

Definition

Holds billing meter details for each type of billing

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.BillingMeterDetailsTypeConverter))]
public class BillingMeterDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IBillingMeterDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.BillingMeterDetailsTypeConverter))>]
type BillingMeterDetails = class
    interface IBillingMeterDetails
    interface IJsonSerializable
Public Class BillingMeterDetails
Implements IBillingMeterDetails
Inheritance
BillingMeterDetails
Attributes
Implements

Constructors

Name Description
BillingMeterDetails()

Creates an new BillingMeterDetails instance.

Properties

Name Description
Frequency

Frequency of recurrence

MeterDetailBillingType

Represents billing type.

MeterDetailChargingType

Charging type.

MeterDetailMultiplier

Billing unit applicable for Pav2 billing

MeteringType

Represents Metering type (eg one-time or recurrent)

Name

Represents Billing type name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BillingMeterDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BillingMeterDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IBillingMeterDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BillingMeterDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to