Uses of Class
com.azure.resourcemanager.compute.models.ReplicationState
-
Packages that use ReplicationState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ReplicationState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ReplicationState Modifier and Type Field Description static ReplicationStateReplicationState. COMPLETEDStatic value Completed for ReplicationState.static ReplicationStateReplicationState. FAILEDStatic value Failed for ReplicationState.static ReplicationStateReplicationState. REPLICATINGStatic value Replicating for ReplicationState.static ReplicationStateReplicationState. UNKNOWNStatic value Unknown for ReplicationState.Methods in com.azure.resourcemanager.compute.models that return ReplicationState Modifier and Type Method Description static ReplicationStateReplicationState. fromString(String name)Creates or finds a ReplicationState from its string representation.ReplicationStateRegionalReplicationStatus. state()Get the state property: This is the regional replication state.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ReplicationState Modifier and Type Method Description static Collection<ReplicationState>ReplicationState. values()
-