Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupState
Packages that use SyncGroupState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupState -
Uses of SyncGroupState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncGroupStateModifier and TypeFieldDescriptionstatic final SyncGroupStateSyncGroupState.ERRORStatic value Error for SyncGroupState.static final SyncGroupStateSyncGroupState.GOODStatic value Good for SyncGroupState.static final SyncGroupStateSyncGroupState.NOT_READYStatic value NotReady for SyncGroupState.static final SyncGroupStateSyncGroupState.PROGRESSINGStatic value Progressing for SyncGroupState.static final SyncGroupStateSyncGroupState.WARNINGStatic value Warning for SyncGroupState.Methods in com.azure.resourcemanager.sql.models that return SyncGroupStateModifier and TypeMethodDescriptionstatic SyncGroupStateSyncGroupState.fromString(String name) Creates or finds a SyncGroupState from its string representation.SqlSyncGroup.syncState()Gets sync state of the sync group.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupStateModifier and TypeMethodDescriptionstatic Collection<SyncGroupState> SyncGroupState.values()Gets known SyncGroupState values.