Interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
- Enclosing interface:
- SqlEncryptionProtectorOperations
@Beta(V1_9_0)
public static interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
Grouping of the Azure SQL Server Key common actions.
-
Method Summary
Modifier and TypeMethodDescriptionget()
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()
Lists Azure SQL the Encryption Protector resources.rx.Observable<SqlEncryptionProtector>
Asynchronously lists Azure SQL the Encryption Protector resources.
-
Method Details
-
get
SqlEncryptionProtector get()Gets the information about an Encryption Protector resource from Azure SQL server.- Returns:
- an immutable representation of the resource
-
getAsync
rx.Observable<SqlEncryptionProtector> getAsync()Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.- Returns:
- a representation of the deferred computation of this call returning the found resource
-
list
List<SqlEncryptionProtector> list()Lists Azure SQL the Encryption Protector resources.- Returns:
- the list of resources
-
listAsync
rx.Observable<SqlEncryptionProtector> listAsync()Asynchronously lists Azure SQL the Encryption Protector resources.- Returns:
- a representation of the deferred computation of this call
-