TransparentDataEncryptions interface  
Interface representing a TransparentDataEncryptions.
Methods
| begin | Updates a logical database's transparent data encryption configuration. | 
| begin | Updates a logical database's transparent data encryption configuration. | 
| get(string, string, string, string, Transparent | Gets a logical database's transparent data encryption. | 
| list | Gets a list of the logical database's transparent data encryption. | 
Method Details
		beginCreateOrUpdate(string, string, string, string, LogicalDatabaseTransparentDataEncryption, TransparentDataEncryptionsCreateOrUpdateOptionalParams)
	            
	Updates a logical database's transparent data encryption configuration.
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>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 logical database for which the security alert policy is defined.
- tdeName
- 
				string 
The name of the transparent data encryption configuration.
- parameters
- LogicalDatabaseTransparentDataEncryption
The database transparent data encryption.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
		beginCreateOrUpdateAndWait(string, string, string, string, LogicalDatabaseTransparentDataEncryption, TransparentDataEncryptionsCreateOrUpdateOptionalParams)
	              
	Updates a logical database's transparent data encryption configuration.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams): Promise<LogicalDatabaseTransparentDataEncryption>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 logical database for which the security alert policy is defined.
- tdeName
- 
				string 
The name of the transparent data encryption configuration.
- parameters
- LogicalDatabaseTransparentDataEncryption
The database transparent data encryption.
The options parameters.
Returns
		get(string, string, string, string, TransparentDataEncryptionsGetOptionalParams)
	     
	Gets a logical database's transparent data encryption.
function get(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsGetOptionalParams): Promise<LogicalDatabaseTransparentDataEncryption>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 logical database for which the transparent data encryption is defined.
- tdeName
- 
				string 
The name of the transparent data encryption configuration.
The options parameters.
Returns
		listByDatabase(string, string, string, TransparentDataEncryptionsListByDatabaseOptionalParams)
	       
	Gets a list of the logical database's transparent data encryption.
function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: TransparentDataEncryptionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<LogicalDatabaseTransparentDataEncryption, LogicalDatabaseTransparentDataEncryption[], 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 logical database for which the transparent data encryption is defined.
The options parameters.