Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner
-
Packages that use DatabaseOperationInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models 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 DatabaseOperationInner Modifier and Type Method Description com.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 DatabaseOperationInner Modifier and Type Method Description List<DatabaseOperationInner>DatabaseOperationListResult. value()Get the value property: Array of results.
-