public static interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
| Modifier and Type | Method and Description |
|---|---|
SqlEncryptionProtector |
get()
Gets the information about an Encryption Protector resource from Azure SQL server.
|
Mono<SqlEncryptionProtector> |
getAsync()
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.
|
List<SqlEncryptionProtector> |
list()
Lists Azure SQL the Encryption Protector resources.
|
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> |
listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources.
|
SqlEncryptionProtector get()
Mono<SqlEncryptionProtector> getAsync()
List<SqlEncryptionProtector> list()
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> listAsync()
Copyright © 2020 Microsoft Corporation. All rights reserved.