Uses of Interface
com.azure.resourcemanager.mysqlflexibleserver.models.Database
-
Packages that use Database Package Description com.azure.resourcemanager.mysqlflexibleserver.models Package containing the data models for MySqlManagementClient. -
-
Uses of Database in com.azure.resourcemanager.mysqlflexibleserver.models
Methods in com.azure.resourcemanager.mysqlflexibleserver.models that return Database Modifier and Type Method Description Database
Database.Update. apply()
Executes the update request.Database
Database.Update. apply(com.azure.core.util.Context context)
Executes the update request.Database
Database.DefinitionStages.WithCreate. create()
Executes the create request.Database
Database.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.Database
Databases. get(String resourceGroupName, String serverName, String databaseName)
Gets information about a database.Database
Databases. getById(String id)
Gets information about a database.Database
Database. refresh()
Refreshes the resource to sync with Azure.Database
Database. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.mysqlflexibleserver.models that return types with arguments of type Database Modifier and Type Method Description com.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.
-