SqlPoolTransparentDataEncryptions interface

Interface representing a SqlPoolTransparentDataEncryptions.

Methods

createOrUpdate(string, string, string, string, TransparentDataEncryption, SqlPoolTransparentDataEncryptionsCreateOrUpdateOptionalParams)

Creates or updates a Sql pool's transparent data encryption configuration.

get(string, string, string, string, SqlPoolTransparentDataEncryptionsGetOptionalParams)

Get a SQL pool's transparent data encryption configuration.

list(string, string, string, SqlPoolTransparentDataEncryptionsListOptionalParams)

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.

Returns

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.

options
SqlPoolTransparentDataEncryptionsGetOptionalParams

The options parameters.

Returns

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

options
SqlPoolTransparentDataEncryptionsListOptionalParams

The options parameters.

Returns