Interface DatabaseExtensionsOperationsClient
public interface DatabaseExtensionsOperationsClient
An instance of this class provides access to all the operations defined in DatabaseExtensionsOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters, com.azure.core.util.Context context) Perform a database extension operation, like database import, database export, or polybase import.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters, com.azure.core.util.Context context) Perform a database extension operation, like database import, database export, or polybase import.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.voidGets a database extension.Gets a database extension.com.azure.core.http.rest.Response<Void>getWithResponse(String resourceGroupName, String serverName, String databaseName, String extensionName, com.azure.core.util.Context context) Gets a database extension.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String extensionName) Gets a database extension.com.azure.core.http.rest.PagedIterable<ImportExportExtensionsOperationResultInner>listByDatabase(String resourceGroupName, String serverName, String databaseName) List database extension.com.azure.core.http.rest.PagedIterable<ImportExportExtensionsOperationResultInner>listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) List database extension.com.azure.core.http.rest.PagedFlux<ImportExportExtensionsOperationResultInner>listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName) List database extension.
-
Method Details
-
listByDatabaseAsync
com.azure.core.http.rest.PagedFlux<ImportExportExtensionsOperationResultInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName) List database extension. This will return an empty list as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.- Returns:
- import export operation extensions list as paginated response with
PagedFlux. - 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.
-
listByDatabase
com.azure.core.http.rest.PagedIterable<ImportExportExtensionsOperationResultInner> listByDatabase(String resourceGroupName, String serverName, String databaseName) List database extension. This will return an empty list as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.- Returns:
- import export operation extensions list as paginated response with
PagedIterable. - 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.
-
listByDatabase
com.azure.core.http.rest.PagedIterable<ImportExportExtensionsOperationResultInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) List database extension. This will return an empty list as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.context- The context to associate with this operation.- Returns:
- import export operation extensions list as paginated response with
PagedIterable. - 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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String extensionName) Gets a database extension. This will return resource not found as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.- Returns:
- a database extension 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.
-
getAsync
Mono<Void> getAsync(String resourceGroupName, String serverName, String databaseName, String extensionName) Gets a database extension. This will return resource not found as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.- Returns:
- a database extension on successful completion of
Mono. - 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<Void> getWithResponse(String resourceGroupName, String serverName, String databaseName, String extensionName, com.azure.core.util.Context context) Gets a database extension. This will return resource not found as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.context- The context to associate with this operation.- Returns:
- a database extension 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.
-
get
Gets a database extension. This will return resource not found as it is not supported.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.- 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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.- Returns:
- an Extension operation result resource 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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.- Returns:
- the
PollerFluxfor polling of an Extension operation result resource. - 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<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.- Returns:
- the
SyncPollerfor polling of an Extension operation result resource. - 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<ImportExportExtensionsOperationResultInner>,ImportExportExtensionsOperationResultInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters, com.azure.core.util.Context context) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of an Extension operation result resource. - 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.
-
createOrUpdateAsync
Mono<ImportExportExtensionsOperationResultInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.- Returns:
- an Extension operation result resource on successful completion of
Mono. - 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
ImportExportExtensionsOperationResultInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.- Returns:
- an Extension operation result resource.
- 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
ImportExportExtensionsOperationResultInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String extensionName, DatabaseExtensions parameters, com.azure.core.util.Context context) Perform a database extension operation, like database import, database export, or polybase import.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serverName- The name of the server.databaseName- The name of the database.extensionName- The extensionName parameter.parameters- The database import request parameters.context- The context to associate with this operation.- Returns:
- an Extension operation result resource.
- 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.
-