Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner
Packages that use DatabaseOperationInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DatabaseOperationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type DatabaseOperationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DatabaseOperationInner>DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName) Gets a list of operations performed on the database.com.azure.core.http.rest.PagedIterable<DatabaseOperationInner>DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) Gets a list of operations performed on the database.com.azure.core.http.rest.PagedFlux<DatabaseOperationInner>DatabaseOperationsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName) Gets a list of operations performed on the database. -
Uses of DatabaseOperationInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DatabaseOperationInnerModifier and TypeMethodDescriptionDatabaseOperationListResult.value()Get the value property: Array of results.