Package version:

Interface ReplicationStatus

This is the replication status of the gallery image version.

interface ReplicationStatus {
    aggregatedState?: string;
    summary?: RegionalReplicationStatus[];
}

Properties

aggregatedState?: string

This is the aggregated replication status based on all the regional replication status flags. NOTE: This property will not be serialized. It can only be populated by the server.

This is a summary of replication status for each region. NOTE: This property will not be serialized. It can only be populated by the server.