getTransparentDataEncryption

Gets a database's transparent data encryption configuration. API Version: 2014-04-01.

Return

Represents a database transparent data encryption configuration.

Parameters

argument

null


suspend fun getTransparentDataEncryption(databaseName: String, resourceGroupName: String, serverName: String, transparentDataEncryptionName: String): GetTransparentDataEncryptionResult

Return

Represents a database transparent data encryption configuration.

Parameters

databaseName

The name of the database for which the transparent data encryption applies.

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.

transparentDataEncryptionName

The name of the transparent data encryption configuration.

See also


Return

Represents a database transparent data encryption configuration.

Parameters

argument

Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetTransparentDataEncryptionPlainArgs.

See also