Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupState
-
Packages that use SyncGroupState 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 SyncGroupState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupState Modifier and Type Method Description SyncGroupStateSyncGroupInner. syncState()Get the syncState property: Sync state of the sync group. -
Uses of SyncGroupState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncGroupState Modifier and Type Field Description static SyncGroupStateSyncGroupState. ERRORStatic value Error for SyncGroupState.static SyncGroupStateSyncGroupState. GOODStatic value Good for SyncGroupState.static SyncGroupStateSyncGroupState. NOT_READYStatic value NotReady for SyncGroupState.static SyncGroupStateSyncGroupState. PROGRESSINGStatic value Progressing for SyncGroupState.static SyncGroupStateSyncGroupState. WARNINGStatic value Warning for SyncGroupState.Methods in com.azure.resourcemanager.sql.models that return SyncGroupState Modifier and Type Method Description static SyncGroupStateSyncGroupState. fromString(String name)Creates or finds a SyncGroupState from its string representation.SyncGroupStateSqlSyncGroup. syncState()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupState Modifier and Type Method Description static Collection<SyncGroupState>SyncGroupState. values()
-