Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupLogType
-
Packages that use SyncGroupLogType 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 SyncGroupLogType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupLogType Modifier and Type Method Description SyncGroupLogTypeSyncGroupLogPropertiesInner. type()Get the type property: Type of the sync group log. -
Uses of SyncGroupLogType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncGroupLogType Modifier and Type Field Description static SyncGroupLogTypeSyncGroupLogType. ALLStatic value All for SyncGroupLogType.static SyncGroupLogTypeSyncGroupLogType. ERRORStatic value Error for SyncGroupLogType.static SyncGroupLogTypeSyncGroupLogType. SUCCESSStatic value Success for SyncGroupLogType.static SyncGroupLogTypeSyncGroupLogType. WARNINGStatic value Warning for SyncGroupLogType.Methods in com.azure.resourcemanager.sql.models that return SyncGroupLogType Modifier and Type Method Description static SyncGroupLogTypeSyncGroupLogType. fromString(String name)Creates or finds a SyncGroupLogType from its string representation.SyncGroupLogTypeSqlSyncGroupLogProperty. type()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupLogType Modifier and Type Method Description static Collection<SyncGroupLogType>SyncGroupLogType. values()
-