SqlPoolTransparentDataEncryptions interface
Interface representing a SqlPoolTransparentDataEncryptions.
Methods
create |
Creates or updates a Sql pool's transparent data encryption configuration. |
get(string, string, string, string, Sql |
Get a SQL pool's transparent data encryption configuration. |
list(string, string, string, Sql |
Get list of SQL pool's transparent data encryption configurations. |
Method Details
createOrUpdate(string, string, string, string, TransparentDataEncryption, SqlPoolTransparentDataEncryptionsCreateOrUpdateOptionalParams)
Creates or updates a Sql pool's transparent data encryption configuration.
function createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, transparentDataEncryptionName: string, parameters: TransparentDataEncryption, options?: SqlPoolTransparentDataEncryptionsCreateOrUpdateOptionalParams): Promise<TransparentDataEncryption>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- transparentDataEncryptionName
-
string
The name of the transparent data encryption configuration.
- parameters
- TransparentDataEncryption
The required parameters for creating or updating transparent data encryption.
The options parameters.
Returns
Promise<TransparentDataEncryption>
get(string, string, string, string, SqlPoolTransparentDataEncryptionsGetOptionalParams)
Get a SQL pool's transparent data encryption configuration.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, transparentDataEncryptionName: string, options?: SqlPoolTransparentDataEncryptionsGetOptionalParams): Promise<TransparentDataEncryption>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- transparentDataEncryptionName
-
string
The name of the transparent data encryption configuration.
The options parameters.
Returns
Promise<TransparentDataEncryption>
list(string, string, string, SqlPoolTransparentDataEncryptionsListOptionalParams)
Get list of SQL pool's transparent data encryption configurations.
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolTransparentDataEncryptionsListOptionalParams): PagedAsyncIterableIterator<TransparentDataEncryption, TransparentDataEncryption[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
The options parameters.