CostInformation 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.
Cost information for the product system
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.CostInformationTypeConverter))]
public class CostInformation : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICostInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.CostInformationTypeConverter))>]
type CostInformation = class
interface ICostInformation
interface IJsonSerializable
Public Class CostInformation
Implements ICostInformation
- Inheritance
-
CostInformation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CostInformation() |
Creates an new CostInformation instance. |
Properties
| Name | Description |
|---|---|
| BillingInfoUrl |
Default url to display billing information |
| BillingMeterDetail |
Details on the various billing aspects for the product system. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CostInformation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CostInformation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICostInformation. |
| FromJsonString(String) |
Creates a new instance of CostInformation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CostInformation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |