Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty
-
Packages that use SqlSyncGroupLogProperty Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlSyncGroupLogProperty in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlSyncGroupLogProperty Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SqlSyncGroupLogProperty>SqlSyncGroup. listLogs(String startTime, String endTime, String type)Gets a collection of sync group logs.com.azure.core.http.rest.PagedFlux<SqlSyncGroupLogProperty>SqlSyncGroup. listLogsAsync(String startTime, String endTime, String type)Gets a collection of sync group logs asynchronously.
-