SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition Interface
public static interface SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
Grouping of the Azure SQL Server Key common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Sql |
get()
Gets the information about an Encryption Protector resource from Azure SQL server. |
abstract
Mono<Sql |
getAsync()
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server. |
abstract
List<Sql |
list()
Lists Azure SQL the Encryption Protector resources. |
abstract
Paged |
listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources. |
Method Details
get
public abstract SqlEncryptionProtector get()
Gets the information about an Encryption Protector resource from Azure SQL server.
Returns:
getAsync
public abstract Mono
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.
Returns:
list
public abstract List
Lists Azure SQL the Encryption Protector resources.
Returns:
listAsync
public abstract PagedFlux
Asynchronously lists Azure SQL the Encryption Protector resources.
Returns:
Applies to
Azure SDK for Java