Uses of Class
com.microsoft.azure.management.compute.AggregatedReplicationState
Packages that use AggregatedReplicationState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AggregatedReplicationState in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as AggregatedReplicationStateModifier and TypeFieldDescriptionstatic final AggregatedReplicationState
AggregatedReplicationState.COMPLETED
Static value Completed for AggregatedReplicationState.static final AggregatedReplicationState
AggregatedReplicationState.FAILED
Static value Failed for AggregatedReplicationState.static final AggregatedReplicationState
AggregatedReplicationState.IN_PROGRESS
Static value InProgress for AggregatedReplicationState.static final AggregatedReplicationState
AggregatedReplicationState.UNKNOWN
Static value Unknown for AggregatedReplicationState.Methods in com.microsoft.azure.management.compute that return AggregatedReplicationStateModifier and TypeMethodDescriptionReplicationStatus.aggregatedState()
Get this is the aggregated replication status based on all the regional replication status flags.static AggregatedReplicationState
AggregatedReplicationState.fromString
(String name) Creates or finds a AggregatedReplicationState from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type AggregatedReplicationStateModifier and TypeMethodDescriptionstatic Collection<AggregatedReplicationState>
AggregatedReplicationState.values()