Uses of Class
com.azure.resourcemanager.sql.models.SyncAgentState
-
Packages that use SyncAgentState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SyncAgentState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncAgentState Modifier and Type Method Description SyncAgentStateSyncAgentInner. state()Get the state property: State of the sync agent. -
Uses of SyncAgentState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncAgentState Modifier and Type Field Description static SyncAgentStateSyncAgentState. NEVER_CONNECTEDStatic value NeverConnected for SyncAgentState.static SyncAgentStateSyncAgentState. OFFLINEStatic value Offline for SyncAgentState.static SyncAgentStateSyncAgentState. ONLINEStatic value Online for SyncAgentState.Methods in com.azure.resourcemanager.sql.models that return SyncAgentState Modifier and Type Method Description static SyncAgentStateSyncAgentState. fromString(String name)Creates or finds a SyncAgentState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncAgentState Modifier and Type Method Description static Collection<SyncAgentState>SyncAgentState. values()
-