Uses of Class
com.azure.resourcemanager.compute.models.AggregatedReplicationState
Packages that use AggregatedReplicationState
Package
Description
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 AggregatedReplicationStateModifier and TypeFieldDescriptionstatic final AggregatedReplicationStateAggregatedReplicationState.COMPLETEDStatic value Completed for AggregatedReplicationState.static final AggregatedReplicationStateAggregatedReplicationState.FAILEDStatic value Failed for AggregatedReplicationState.static final AggregatedReplicationStateAggregatedReplicationState.IN_PROGRESSStatic value InProgress for AggregatedReplicationState.static final AggregatedReplicationStateAggregatedReplicationState.UNKNOWNStatic value Unknown for AggregatedReplicationState.Methods in com.azure.resourcemanager.compute.models that return AggregatedReplicationStateModifier and TypeMethodDescriptionReplicationStatus.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 AggregatedReplicationStateModifier and TypeMethodDescriptionstatic Collection<AggregatedReplicationState> AggregatedReplicationState.values()Gets known AggregatedReplicationState values.