Dela via


FetchTieringCostSavingsInfoForVaultContent Class

Definition

Request parameters for tiering cost info for vault.

public class FetchTieringCostSavingsInfoForVaultContent : Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostSavingsInfoForVaultContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostSavingsInfoForVaultContent>
type FetchTieringCostSavingsInfoForVaultContent = class
    inherit FetchTieringCostInfoContent
    interface IJsonModel<FetchTieringCostSavingsInfoForVaultContent>
    interface IPersistableModel<FetchTieringCostSavingsInfoForVaultContent>
Public Class FetchTieringCostSavingsInfoForVaultContent
Inherits FetchTieringCostInfoContent
Implements IJsonModel(Of FetchTieringCostSavingsInfoForVaultContent), IPersistableModel(Of FetchTieringCostSavingsInfoForVaultContent)
Inheritance
FetchTieringCostSavingsInfoForVaultContent
Implements

Constructors

FetchTieringCostSavingsInfoForVaultContent(RecoveryPointTierType, RecoveryPointTierType)

Initializes a new instance of FetchTieringCostSavingsInfoForVaultContent.

Properties

SourceTierType

Source tier for the request.

(Inherited from FetchTieringCostInfoContent)
TargetTierType

target tier for the request.

(Inherited from FetchTieringCostInfoContent)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FetchTieringCostInfoContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FetchTieringCostInfoContent)
IJsonModel<FetchTieringCostInfoContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FetchTieringCostInfoContent)
IJsonModel<FetchTieringCostSavingsInfoForVaultContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FetchTieringCostSavingsInfoForVaultContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FetchTieringCostInfoContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FetchTieringCostInfoContent)
IPersistableModel<FetchTieringCostInfoContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FetchTieringCostInfoContent)
IPersistableModel<FetchTieringCostInfoContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FetchTieringCostInfoContent)
IPersistableModel<FetchTieringCostSavingsInfoForVaultContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FetchTieringCostSavingsInfoForVaultContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FetchTieringCostSavingsInfoForVaultContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to