public interface TransparentDataEncryption
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName() |
List<TransparentDataEncryptionActivity> |
listActivities() |
String |
sqlServerName() |
TransparentDataEncryptionStates |
status() |
TransparentDataEncryption |
updateStatus(TransparentDataEncryptionStates transparentDataEncryptionState)
Updates the state of the transparent data encryption status.
|
innerresourceGroupNameString sqlServerName()
String databaseName()
TransparentDataEncryptionStates status()
TransparentDataEncryption updateStatus(TransparentDataEncryptionStates transparentDataEncryptionState)
transparentDataEncryptionState - state of the data encryption to setList<TransparentDataEncryptionActivity> listActivities()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/