DiskRestorePointReplicationStatus Class

Definition

The instance view of a disk restore point.

public class DiskRestorePointReplicationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DiskRestorePointReplicationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DiskRestorePointReplicationStatus>
type DiskRestorePointReplicationStatus = class
    interface IJsonModel<DiskRestorePointReplicationStatus>
    interface IPersistableModel<DiskRestorePointReplicationStatus>
Public Class DiskRestorePointReplicationStatus
Implements IJsonModel(Of DiskRestorePointReplicationStatus), IPersistableModel(Of DiskRestorePointReplicationStatus)
Inheritance
DiskRestorePointReplicationStatus
Implements

Properties

CompletionPercent

Replication completion percentage.

Status

The resource status information.

Explicit Interface Implementations

IJsonModel<DiskRestorePointReplicationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DiskRestorePointReplicationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskRestorePointReplicationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskRestorePointReplicationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DiskRestorePointReplicationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to