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