Uses of Class
com.microsoft.azure.management.sql.ReplicationState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReplicationState in com.microsoft.azure.management.sql
Modifier 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.Modifier and TypeMethodDescriptionstatic ReplicationState
ReplicationState.fromString
(String name) Creates or finds a ReplicationState from its string representation.ReplicationLink.replicationState()