ReplicationStatus Class

Definition

This is the replication status of the gallery image version.

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

Properties

AggregatedState

This is the aggregated replication status based on all the regional replication status flags.

Summary

This is a summary of replication status for each region.

Explicit Interface Implementations

IJsonModel<ReplicationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReplicationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReplicationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReplicationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReplicationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to