Interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
-
- Enclosing interface:
- SqlEncryptionProtectorOperations
public static interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinitionGrouping of the Azure SQL Server Key common actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlEncryptionProtectorget()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.
-
-
-
Method Detail
-
get
SqlEncryptionProtector get()
Gets the information about an Encryption Protector resource from Azure SQL server.- Returns:
- an immutable representation of the resource
-
getAsync
Mono<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
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources.- Returns:
- a representation of the deferred computation of this call
-
-