Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupLogType
Packages that use SyncGroupLogType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 SyncGroupLogTypeModifier and TypeMethodDescriptionSyncGroupLogPropertiesInner.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 SyncGroupLogTypeModifier and TypeFieldDescriptionstatic final SyncGroupLogTypeSyncGroupLogType.ALLStatic value All for SyncGroupLogType.static final SyncGroupLogTypeSyncGroupLogType.ERRORStatic value Error for SyncGroupLogType.static final SyncGroupLogTypeSyncGroupLogType.SUCCESSStatic value Success for SyncGroupLogType.static final SyncGroupLogTypeSyncGroupLogType.WARNINGStatic value Warning for SyncGroupLogType.Methods in com.azure.resourcemanager.sql.models that return SyncGroupLogTypeModifier and TypeMethodDescriptionstatic SyncGroupLogTypeSyncGroupLogType.fromString(String name) Creates or finds a SyncGroupLogType from its string representation.SqlSyncGroupLogProperty.type()Gets the type of the sync group log.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupLogTypeModifier and TypeMethodDescriptionstatic Collection<SyncGroupLogType> SyncGroupLogType.values()Gets known SyncGroupLogType values.