Interface DatabasesClient
-
public interface DatabasesClientAn instance of this class provides access to all the operations defined in DatabasesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner>beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)Creates a new database or updates an existing database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner>beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)Creates a new database or updates an existing database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String serverName, String databaseName)Deletes a database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)Deletes a database.DatabaseInnercreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)Creates a new database or updates an existing database.DatabaseInnercreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)Creates a new database or updates an existing database.voiddelete(String resourceGroupName, String serverName, String databaseName)Deletes a database.voiddelete(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)Deletes a database.DatabaseInnerget(String resourceGroupName, String serverName, String databaseName)Gets information about a database.com.azure.core.http.rest.Response<DatabaseInner>getWithResponse(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)Gets information about a database.com.azure.core.http.rest.PagedIterable<DatabaseInner>listByServer(String resourceGroupName, String serverName)List all the databases in a given server.com.azure.core.http.rest.PagedIterable<DatabaseInner>listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)List all the databases in a given server.
-
-
-
Method Detail
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)
Creates a new database or updates an existing database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.parameters- The required parameters for creating or updating a database.- Returns:
- represents a Database along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)
Creates a new database or updates an existing database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.parameters- The required parameters for creating or updating a database.context- The context to associate with this operation.- Returns:
- represents a Database along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
DatabaseInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)
Creates a new database or updates an existing database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.parameters- The required parameters for creating or updating a database.- Returns:
- represents a Database.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
DatabaseInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)
Creates a new database or updates an existing database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.parameters- The required parameters for creating or updating a database.context- The context to associate with this operation.- Returns:
- represents a Database.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName)
Deletes a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
Deletes a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.context- The context to associate with this operation.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serverName, String databaseName)
Deletes a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
Deletes a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
DatabaseInner get(String resourceGroupName, String serverName, String databaseName)
Gets information about a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.- Returns:
- information about a database.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<DatabaseInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
Gets information about a database.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.databaseName- The name of the database.context- The context to associate with this operation.- Returns:
- information about a database along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByServer
com.azure.core.http.rest.PagedIterable<DatabaseInner> listByServer(String resourceGroupName, String serverName)
List all the databases in a given server.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.- Returns:
- a List of databases.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByServer
com.azure.core.http.rest.PagedIterable<DatabaseInner> listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)
List all the databases in a given server.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.context- The context to associate with this operation.- Returns:
- a List of databases.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-