Uses of Class
com.microsoft.azure.management.sql.SyncAgentState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SyncAgentState in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final SyncAgentState
SyncAgentState.NEVER_CONNECTED
Static value NeverConnected for SyncAgentState.static final SyncAgentState
SyncAgentState.OFFLINE
Static value Offline for SyncAgentState.static final SyncAgentState
SyncAgentState.ONLINE
Static value Online for SyncAgentState.Modifier and TypeMethodDescriptionstatic SyncAgentState
SyncAgentState.fromString
(String name) Creates or finds a SyncAgentState from its string representation.