Class ReplicationStatus
java.lang.Object
com.microsoft.azure.management.compute.ReplicationStatus
This is the replication status of the gallery Image Version.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet this is the aggregated replication status based on all the regional replication status flags.summary()
Get this is a summary of replication status for each region.
-
Constructor Details
-
ReplicationStatus
public ReplicationStatus()
-
-
Method Details
-
aggregatedState
Get this is the aggregated replication status based on all the regional replication status flags. Possible values include: 'Unknown', 'InProgress', 'Completed', 'Failed'.- Returns:
- the aggregatedState value
-
summary
Get this is a summary of replication status for each region.- Returns:
- the summary value
-