PreRestoreContent 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.
Pre Restore request object.
public class PreRestoreContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.PreRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.PreRestoreContent>
public class PreRestoreContent
type PreRestoreContent = class
interface IJsonModel<PreRestoreContent>
interface IPersistableModel<PreRestoreContent>
type PreRestoreContent = class
Public Class PreRestoreContent
Implements IJsonModel(Of PreRestoreContent), IPersistableModel(Of PreRestoreContent)
Public Class PreRestoreContent
- Inheritance
-
PreRestoreContent
- Implements
Constructors
PreRestoreContent() |
Initializes a new instance of PreRestoreContent. |
Properties
AzureFileShareUri |
Pre Restore Azure file share uri. |
BackupMetadataPropertyBag |
Pre Restore backup metadata property bag. |
Partition |
Pre Restore partition. |
PauseWaitForSyncDrainTimePeriodInSeconds |
Pre Restore pause wait for sync drain time period in seconds. |
ReplicaGroup |
Pre Restore replica group. |
RequestId |
Pre Restore request id. |
RestoreFileSpec |
Pre Restore restore file spec array. |
SourceAzureFileShareUri |
Pre Restore Azure source azure file share uri. |
Status |
Pre Restore Azure status. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PreRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PreRestoreContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PreRestoreContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PreRestoreContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PreRestoreContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET