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 inner data models 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.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SyncGroupLogPropertiesInnerModifier and TypeClassDescriptionfinal classProperties of an Azure SQL Database sync group log.Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupLogPropertiesInnerModifier and TypeMethodDescriptionstatic SyncGroupLogPropertiesInnerSyncGroupLogPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncGroupLogPropertiesInner from the JsonReader. -
Uses of SyncGroupLogPropertiesInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SyncGroupLogPropertiesInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Sync Group.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.