Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TransparentDataEncryption |
SqlDatabase.getTransparentDataEncryption()
Gets an Azure SQL Database Transparent Data Encryption for this database.
|
TransparentDataEncryption |
TransparentDataEncryption.updateStatus(TransparentDataEncryptionStates transparentDataEncryptionState)
Updates the state of the transparent data encryption status.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<TransparentDataEncryption> |
SqlDatabase.getTransparentDataEncryptionAsync()
Gets an Azure SQL Database Transparent Data Encryption for this database.
|
rx.Observable<TransparentDataEncryption> |
TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionStates transparentDataEncryptionState)
Updates the state of the transparent data encryption status.
|
Copyright © 2019. All rights reserved.