SqlProtectedItemExtendedInfo 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 Sql specific protected item.
public class SqlProtectedItemExtendedInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.SqlProtectedItemExtendedInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.SqlProtectedItemExtendedInfo>
type SqlProtectedItemExtendedInfo = class
interface IJsonModel<SqlProtectedItemExtendedInfo>
interface IPersistableModel<SqlProtectedItemExtendedInfo>
Public Class SqlProtectedItemExtendedInfo
Implements IJsonModel(Of SqlProtectedItemExtendedInfo), IPersistableModel(Of SqlProtectedItemExtendedInfo)
- Inheritance
-
SqlProtectedItemExtendedInfo
- Implements
Constructors
SqlProtectedItemExtendedInfo() |
Initializes a new instance of SqlProtectedItemExtendedInfo. |
Properties
OldestRecoverOn |
The oldest backup copy available for this item in the service. |
PolicyState |
State of the backup policy associated with this backup item. |
RecoveryPointCount |
Number of available backup copies associated with this backup item. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlProtectedItemExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlProtectedItemExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlProtectedItemExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlProtectedItemExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlProtectedItemExtendedInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |