Sdílet prostřednictvím


AllSavingsList Class

Definition

The list of all benefit recommendations with the recommendation details.

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

Properties

NextLink

The link (URL) to the next page of results.

Value

The list of benefit recommendations with the recommendation details..

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AllSavingsList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AllSavingsList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AllSavingsList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AllSavingsList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AllSavingsList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to