RegionalReplicationStatus Class

Definition

This is the regional replication status.

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

Properties

Details

The details of the replication status.

Progress

It indicates progress of the replication job.

Region

The region to which the gallery image version is being replicated to.

State

This is the regional replication state.

Explicit Interface Implementations

IJsonModel<RegionalReplicationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegionalReplicationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegionalReplicationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegionalReplicationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegionalReplicationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to