Uses of Class
com.microsoft.azure.management.sql.SyncAgentState
Packages that use SyncAgentState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SyncAgentState in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as SyncAgentStateModifier 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.Methods in com.microsoft.azure.management.sql that return SyncAgentStateModifier and TypeMethodDescriptionstatic SyncAgentState
SyncAgentState.fromString
(String name) Creates or finds a SyncAgentState from its string representation.Methods in com.microsoft.azure.management.sql that return types with arguments of type SyncAgentState