FileshareProtectedItemExtendedInfo 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 about Azure File Share backup item.
public class FileshareProtectedItemExtendedInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FileshareProtectedItemExtendedInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FileshareProtectedItemExtendedInfo>
type FileshareProtectedItemExtendedInfo = class
interface IJsonModel<FileshareProtectedItemExtendedInfo>
interface IPersistableModel<FileshareProtectedItemExtendedInfo>
Public Class FileshareProtectedItemExtendedInfo
Implements IJsonModel(Of FileshareProtectedItemExtendedInfo), IPersistableModel(Of FileshareProtectedItemExtendedInfo)
- Inheritance
-
FileshareProtectedItemExtendedInfo
- Implements
Constructors
FileshareProtectedItemExtendedInfo() |
Initializes a new instance of FileshareProtectedItemExtendedInfo. |
Properties
OldestRecoverOn |
The oldest backup copy available for this item in the service. |
PolicyState |
Indicates consistency of policy object and policy applied to this backup item. |
RecoveryPointCount |
Number of available backup copies associated with this backup item. |
ResourceState |
Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted}. |
ResourceStateSyncOn |
The resource state sync time for this backup item. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FileshareProtectedItemExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FileshareProtectedItemExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FileshareProtectedItemExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FileshareProtectedItemExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FileshareProtectedItemExtendedInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET