Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupsType
Packages that use SyncGroupsType
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupsType in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type SyncGroupsTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner>SyncGroupsClient.listLogs(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type) Gets a collection of sync group logs.com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner>SyncGroupsClient.listLogs(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type, String continuationToken, com.azure.core.util.Context context) Gets a collection of sync group logs.com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner>SyncGroupsClient.listLogsAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type) Gets a collection of sync group logs.com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner>SyncGroupsClient.listLogsAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type, String continuationToken) Gets a collection of sync group logs. -
Uses of SyncGroupsType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncGroupsTypeModifier and TypeFieldDescriptionstatic final SyncGroupsTypeSyncGroupsType.ALLStatic value All for SyncGroupsType.static final SyncGroupsTypeSyncGroupsType.ERRORStatic value Error for SyncGroupsType.static final SyncGroupsTypeSyncGroupsType.SUCCESSStatic value Success for SyncGroupsType.static final SyncGroupsTypeSyncGroupsType.WARNINGStatic value Warning for SyncGroupsType.Methods in com.azure.resourcemanager.sql.models that return SyncGroupsTypeModifier and TypeMethodDescriptionstatic SyncGroupsTypeSyncGroupsType.fromString(String name) Creates or finds a SyncGroupsType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupsTypeModifier and TypeMethodDescriptionstatic Collection<SyncGroupsType>SyncGroupsType.values()Gets known SyncGroupsType values.