Sdílet prostřednictvím


DevTestLabTargetCost Class

Definition

Properties of a cost target.

public class DevTestLabTargetCost : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabTargetCost>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabTargetCost>
public class DevTestLabTargetCost
type DevTestLabTargetCost = class
    interface IJsonModel<DevTestLabTargetCost>
    interface IPersistableModel<DevTestLabTargetCost>
type DevTestLabTargetCost = class
Public Class DevTestLabTargetCost
Implements IJsonModel(Of DevTestLabTargetCost), IPersistableModel(Of DevTestLabTargetCost)
Public Class DevTestLabTargetCost
Inheritance
DevTestLabTargetCost
Implements

Constructors

DevTestLabTargetCost()

Initializes a new instance of DevTestLabTargetCost.

Properties

CostThresholds

Cost thresholds.

CycleEndOn

Reporting cycle end date.

CycleStartOn

Reporting cycle start date.

CycleType

Reporting cycle type.

Status

Target cost status.

Target

Lab target cost.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabTargetCost>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DevTestLabTargetCost>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabTargetCost>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabTargetCost>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DevTestLabTargetCost>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to