Uses of Class
com.azure.resourcemanager.compute.models.AggregatedReplicationState
-
Packages that use AggregatedReplicationState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of AggregatedReplicationState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as AggregatedReplicationState Modifier and Type Field Description static AggregatedReplicationStateAggregatedReplicationState. COMPLETEDStatic value Completed for AggregatedReplicationState.static AggregatedReplicationStateAggregatedReplicationState. FAILEDStatic value Failed for AggregatedReplicationState.static AggregatedReplicationStateAggregatedReplicationState. IN_PROGRESSStatic value InProgress for AggregatedReplicationState.static AggregatedReplicationStateAggregatedReplicationState. UNKNOWNStatic value Unknown for AggregatedReplicationState.Methods in com.azure.resourcemanager.compute.models that return AggregatedReplicationState Modifier and Type Method Description AggregatedReplicationStateReplicationStatus. aggregatedState()Get the aggregatedState property: This is the aggregated replication status based on all the regional replication status flags.static AggregatedReplicationStateAggregatedReplicationState. fromString(String name)Creates or finds a AggregatedReplicationState from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AggregatedReplicationState Modifier and Type Method Description static Collection<AggregatedReplicationState>AggregatedReplicationState. values()
-