FetchTieringCostInfoContent 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.
Base class for tiering cost request. Specific cost request types are derived from this class. Please note this is the abstract base class. The derived classes available for instantiation are: FetchTieringCostInfoForRehydrationContent, FetchTieringCostSavingsInfoForPolicyContent, FetchTieringCostSavingsInfoForProtectedItemContent, and FetchTieringCostSavingsInfoForVaultContent.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownFetchTieringCostInfoRequest))]
public abstract class FetchTieringCostInfoContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownFetchTieringCostInfoRequest))>]
type FetchTieringCostInfoContent = class
interface IJsonModel<FetchTieringCostInfoContent>
interface IPersistableModel<FetchTieringCostInfoContent>
Public MustInherit Class FetchTieringCostInfoContent
Implements IJsonModel(Of FetchTieringCostInfoContent), IPersistableModel(Of FetchTieringCostInfoContent)
- Inheritance
-
FetchTieringCostInfoContent
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FetchTieringCostInfoContent(RecoveryPointTierType, RecoveryPointTierType) |
Initializes a new instance of FetchTieringCostInfoContent. |
Properties
| Name | Description |
|---|---|
| SourceTierType |
Source tier for the request. |
| TargetTierType |
target tier for the request. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<FetchTieringCostInfoContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<FetchTieringCostInfoContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<FetchTieringCostInfoContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<FetchTieringCostInfoContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<FetchTieringCostInfoContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |