RegionalReplicationStatus Class

This is the regional replication status.

Constructor

RegionalReplicationStatus(*args: Any, **kwargs: Any)

Variables

Name Description
region
str

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

state

This is the regional replication state. Known values are: "Unknown", "Replicating", "Completed", and "Failed".

details
str

The details of the replication status.

progress
int

It indicates progress of the replication job.

Attributes

details

The details of the replication status.

details: str | None

progress

It indicates progress of the replication job.

progress: int | None

region

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

region: str | None

state

"Unknown", "Replicating", "Completed", and "Failed".

state: str | _models.ReplicationState | None