get Encryption Protector
suspend fun getEncryptionProtector(argument: GetEncryptionProtectorPlainArgs): GetEncryptionProtectorResult
Gets a server encryption protector. API Version: 2020-11-01-preview.
Return
The server encryption protector.
Parameters
argument
null
suspend fun getEncryptionProtector(encryptionProtectorName: String, resourceGroupName: String, serverName: String): GetEncryptionProtectorResult
Return
The server encryption protector.
Parameters
encryption Protector Name
The name of the encryption protector to be retrieved.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server Name
The name of the server.
See also
suspend fun getEncryptionProtector(argument: suspend GetEncryptionProtectorPlainArgsBuilder.() -> Unit): GetEncryptionProtectorResult
Return
The server encryption protector.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetEncryptionProtectorPlainArgs.