Uses of Class
com.microsoft.azure.management.sql.ReplicationState
Packages that use ReplicationState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReplicationState in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as ReplicationStateModifier and TypeFieldDescriptionstatic final ReplicationStateReplicationState.CATCH_UPStatic value CATCH_UP for ReplicationState.static final ReplicationStateReplicationState.PENDINGStatic value PENDING for ReplicationState.static final ReplicationStateReplicationState.SEEDINGStatic value SEEDING for ReplicationState.static final ReplicationStateReplicationState.SUSPENDEDStatic value SUSPENDED for ReplicationState.Methods in com.microsoft.azure.management.sql that return ReplicationStateModifier and TypeMethodDescriptionstatic ReplicationStateReplicationState.fromString(String name) Creates or finds a ReplicationState from its string representation.ReplicationLink.replicationState()Methods in com.microsoft.azure.management.sql that return types with arguments of type ReplicationState