Uses of Interface
com.azure.resourcemanager.mariadb.models.Database
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of Database in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionDatabase.Update.apply()
Executes the update request.Database.Update.apply
(com.azure.core.util.Context context) Executes the update request.Database.DefinitionStages.WithCreate.create()
Executes the create request.Database.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets information about a database.Gets information about a database.Database.refresh()
Refreshes the resource to sync with Azure.Database.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Database>
Databases.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about a database.com.azure.core.http.rest.Response<Database>
Databases.getWithResponse
(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) Gets information about a database.com.azure.core.http.rest.PagedIterable<Database>
Databases.listByServer
(String resourceGroupName, String serverName) List all the databases in a given server.com.azure.core.http.rest.PagedIterable<Database>
Databases.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the databases in a given server.