DevTestLabCostDetails 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.
The properties of a lab cost item.
public class DevTestLabCostDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails>
public class DevTestLabCostDetails
type DevTestLabCostDetails = class
interface IJsonModel<DevTestLabCostDetails>
interface IPersistableModel<DevTestLabCostDetails>
type DevTestLabCostDetails = class
Public Class DevTestLabCostDetails
Implements IJsonModel(Of DevTestLabCostDetails), IPersistableModel(Of DevTestLabCostDetails)
Public Class DevTestLabCostDetails
- Inheritance
-
DevTestLabCostDetails
- Implements
Properties
Cost |
The cost component of the cost item. |
CostType |
The type of the cost. |
On |
The date of the cost item. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevTestLabCostDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevTestLabCostDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevTestLabCostDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevTestLabCostDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevTestLabCostDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |