BillingMeterDetails 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.
Holds billing meter details for each type of billing
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.BillingMeterDetailsTypeConverter))]
public class BillingMeterDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IBillingMeterDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.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 |
| MeterDetail |
Represents MeterDetails |
| 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.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. |
| ToString() | |