| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TransparentDataEncryptionInner |
TransparentDataEncryptionsClient.createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
TransparentDataEncryptionName transparentDataEncryptionName)
Creates or updates a database's transparent data encryption configuration.
|
TransparentDataEncryptionInner |
TransparentDataEncryptionsClient.get(String resourceGroupName,
String serverName,
String databaseName,
TransparentDataEncryptionName transparentDataEncryptionName)
Gets a database's transparent data encryption configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TransparentDataEncryptionInner |
TransparentDataEncryptionInner.withStatus(TransparentDataEncryptionStatus status)
Set the status property: The status of the database transparent data encryption.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.