InMageRcmFailbackSyncDetails 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.
InMageRcmFailback disk level sync details.
public class InMageRcmFailbackSyncDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackSyncDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackSyncDetails>
type InMageRcmFailbackSyncDetails = class
interface IJsonModel<InMageRcmFailbackSyncDetails>
interface IPersistableModel<InMageRcmFailbackSyncDetails>
Public Class InMageRcmFailbackSyncDetails
Implements IJsonModel(Of InMageRcmFailbackSyncDetails), IPersistableModel(Of InMageRcmFailbackSyncDetails)
- Inheritance
-
InMageRcmFailbackSyncDetails
- Implements
Properties
Last15MinutesTransferredBytes |
The bytes transferred in last 15 minutes from source VM to target. |
LastDataTransferOn |
The time of the last data transfer from source VM to target. |
LastRefreshedOn |
The last refresh time. |
ProcessedBytes |
The total processed bytes. This includes bytes that are transferred from source VM to target and matched bytes. |
ProgressHealth |
The progress health. |
ProgressPercentage |
Progress in percentage. Progress percentage is calculated based on processed bytes. |
StartOn |
The start time. |
TransferredBytes |
The transferred bytes from source VM to azure for the disk. |
Explicit Interface Implementations
IJsonModel<InMageRcmFailbackSyncDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InMageRcmFailbackSyncDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InMageRcmFailbackSyncDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InMageRcmFailbackSyncDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InMageRcmFailbackSyncDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET