SqlEncryptionProtectorOperations Interface
public interface SqlEncryptionProtectorOperations
A representation of the Azure SQL Encryption Protector operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Sql |
getById(String id)
Gets the information about an Encryption Protector resource from Azure SQL server using the resource ID. |
abstract
Mono<Sql |
getByIdAsync(String id)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID. |
abstract
Sql |
getBySqlServer(SqlServer sqlServer)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent. |
abstract
Sql |
getBySqlServer(String resourceGroupName, String sqlServerName)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent. |
abstract
Mono<Sql |
getBySqlServerAsync(SqlServer sqlServer)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent. |
abstract
Mono<Sql |
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. |
abstract
List<Sql |
listBySqlServer(SqlServer sqlServer)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group. |
abstract
List<Sql |
listBySqlServer(String resourceGroupName, String sqlServerName)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group. |
abstract
Paged |
listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group. |
abstract
Paged |
listBySqlServerAsync(String resourceGroupName, String sqlServerName)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group. |
Method Details
getById
public abstract SqlEncryptionProtector getById(String id)
Gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
Parameters:
Returns:
getByIdAsync
public abstract Mono
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
Parameters:
Returns:
getBySqlServer
public abstract SqlEncryptionProtector getBySqlServer(SqlServer sqlServer)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
Parameters:
Returns:
getBySqlServer
public abstract SqlEncryptionProtector getBySqlServer(String resourceGroupName, String sqlServerName)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
Parameters:
Returns:
getBySqlServerAsync
public abstract Mono
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
Parameters:
Returns:
getBySqlServerAsync
public abstract Mono
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
Parameters:
Returns:
listBySqlServer
public abstract List
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServer
public abstract List
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServerAsync
public abstract PagedFlux
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServerAsync
public abstract PagedFlux
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java