Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncGroupLogPropertiesInner
Packages that use SyncGroupLogPropertiesInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupLogPropertiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SyncGroupLogPropertiesInnerModifier 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 SyncGroupLogPropertiesInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupLogPropertiesInnerModifier and TypeMethodDescriptionSyncGroupLogListResult.value()Get the value property: Array of results.