@Beta(value=V1_9_0)
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.
|
rx.Observable<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.
|
rx.Observable<SqlEncryptionProtector> |
listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources.
|
SqlEncryptionProtector get()
rx.Observable<SqlEncryptionProtector> getAsync()
List<SqlEncryptionProtector> list()
rx.Observable<SqlEncryptionProtector> listAsync()
Copyright © 2019. All rights reserved.