VmWorkloadProtectedItemExtendedInfo 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.
Additional information on Azure Workload for SQL specific backup item.
public class VmWorkloadProtectedItemExtendedInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadProtectedItemExtendedInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadProtectedItemExtendedInfo>
type VmWorkloadProtectedItemExtendedInfo = class
interface IJsonModel<VmWorkloadProtectedItemExtendedInfo>
interface IPersistableModel<VmWorkloadProtectedItemExtendedInfo>
Public Class VmWorkloadProtectedItemExtendedInfo
Implements IJsonModel(Of VmWorkloadProtectedItemExtendedInfo), IPersistableModel(Of VmWorkloadProtectedItemExtendedInfo)
- Inheritance
-
VmWorkloadProtectedItemExtendedInfo
- Implements
Constructors
VmWorkloadProtectedItemExtendedInfo() |
Initializes a new instance of VmWorkloadProtectedItemExtendedInfo. |
Properties
NewestRecoveryPointInArchive |
The latest backup copy available for this backup item in archive tier. |
OldestRecoverOn |
The oldest backup copy available for this backup item across all tiers. |
OldestRecoveryPointInArchive |
The oldest backup copy available for this backup item in archive tier. |
OldestRecoveryPointInVault |
The oldest backup copy available for this backup item in vault tier. |
PolicyState |
Indicates consistency of policy object and policy applied to this backup item. |
RecoveryModel |
Indicates consistency of policy object and policy applied to this backup item. |
RecoveryPointCount |
Number of backup copies available for this backup item. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VmWorkloadProtectedItemExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VmWorkloadProtectedItemExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET