DatabaseExtensionsOperations interface
Interface representing a DatabaseExtensionsOperations.
Methods
begin |
Perform a database extension operation, like polybase import |
begin |
Perform a database extension operation, like polybase import |
get(string, string, string, string, Database |
Gets a database extension. This will return resource not found as it is not supported. |
list |
List database extension. This will return an empty list as it is not supported. |
Method Details
beginCreateOrUpdate(string, string, string, string, DatabaseExtensions, DatabaseExtensionsCreateOrUpdateOptionalParams)
Perform a database extension operation, like polybase import
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, extensionName: string, parameters: DatabaseExtensions, options?: DatabaseExtensionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportExportExtensionsOperationResult>, ImportExportExtensionsOperationResult>>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- databaseName
-
string
The name of the database.
- extensionName
-
string
- parameters
- DatabaseExtensions
The database import request parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportExportExtensionsOperationResult>, ImportExportExtensionsOperationResult>>
beginCreateOrUpdateAndWait(string, string, string, string, DatabaseExtensions, DatabaseExtensionsCreateOrUpdateOptionalParams)
Perform a database extension operation, like polybase import
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, extensionName: string, parameters: DatabaseExtensions, options?: DatabaseExtensionsCreateOrUpdateOptionalParams): Promise<ImportExportExtensionsOperationResult>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- databaseName
-
string
The name of the database.
- extensionName
-
string
- parameters
- DatabaseExtensions
The database import request parameters.
The options parameters.
Returns
get(string, string, string, string, DatabaseExtensionsGetOptionalParams)
Gets a database extension. This will return resource not found as it is not supported.
function get(resourceGroupName: string, serverName: string, databaseName: string, extensionName: string, options?: DatabaseExtensionsGetOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- databaseName
-
string
The name of the database.
- extensionName
-
string
The options parameters.
Returns
Promise<void>
listByDatabase(string, string, string, DatabaseExtensionsListByDatabaseOptionalParams)
List database extension. This will return an empty list as it is not supported.
function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseExtensionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<ImportExportExtensionsOperationResult, ImportExportExtensionsOperationResult[], PageSettings>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- databaseName
-
string
The name of the database.
The options parameters.