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 ReplicationState
ReplicationState.CATCH_UP
Static value CATCH_UP for ReplicationState.static final ReplicationState
ReplicationState.PENDING
Static value PENDING for ReplicationState.static final ReplicationState
ReplicationState.SEEDING
Static value SEEDING for ReplicationState.static final ReplicationState
ReplicationState.SUSPENDED
Static value SUSPENDED for ReplicationState.Methods in com.microsoft.azure.management.sql that return ReplicationStateModifier and TypeMethodDescriptionstatic ReplicationState
ReplicationState.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