Mono<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.getAsync() |
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.
|
Mono<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getByIdAsync(String id) |
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the
resource ID.
|
Mono<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getBySqlServerAsync(SqlServer sqlServer) |
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it
by its resource group and parent.
|
Mono<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getBySqlServerAsync(String resourceGroupName,
String sqlServerName) |
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it
by its resource group and parent.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.list() |
Lists Azure SQL the Encryption Protector resources.
|
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.listAsync() |
Asynchronously lists Azure SQL the Encryption Protector resources.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer) |
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource
group.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServer(String resourceGroupName,
String sqlServerName) |
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource
group.
|
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServerAsync(SqlServer sqlServer) |
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the
specified resource group.
|
com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServerAsync(String resourceGroupName,
String sqlServerName) |
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the
specified resource group.
|