Package version:

Interface RegionalReplicationStatus

This is the regional replication status.

interface RegionalReplicationStatus {
    details?: string;
    progress?: number;
    region?: string;
    state?: string;
}

Properties

details?: string

The details of the replication status. NOTE: This property will not be serialized. It can only be populated by the server.

progress?: number

It indicates progress of the replication job. NOTE: This property will not be serialized. It can only be populated by the server.

region?: string

The region to which the gallery image version is being replicated to. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

This is the regional replication state. NOTE: This property will not be serialized. It can only be populated by the server.