@Beta(value=V1_9_0)
public interface SqlEncryptionProtectorOperations
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition
Grouping of the Azure SQL Server Key common actions.
|
Modifier and Type | Method and Description |
---|---|
SqlEncryptionProtector |
getById(String id)
Gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
|
rx.Observable<SqlEncryptionProtector> |
getByIdAsync(String id)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
|
SqlEncryptionProtector |
getBySqlServer(SqlServer sqlServer)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
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.
|
rx.Observable<SqlEncryptionProtector> |
getBySqlServerAsync(SqlServer sqlServer)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
rx.Observable<SqlEncryptionProtector> |
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> |
listBySqlServer(SqlServer sqlServer)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
List<SqlEncryptionProtector> |
listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<SqlEncryptionProtector> |
listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<SqlEncryptionProtector> |
listBySqlServerAsync(String resourceGroupName,
String sqlServerName)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
SqlEncryptionProtector getBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcerx.Observable<SqlEncryptionProtector> getBySqlServerAsync(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourceSqlEncryptionProtector getBySqlServer(SqlServer sqlServer)
sqlServer
- the SQL server parent resource@Beta(value=V1_9_0) rx.Observable<SqlEncryptionProtector> getBySqlServerAsync(SqlServer sqlServer)
sqlServer
- the SQL server parent resourceSqlEncryptionProtector getById(String id)
id
- the ID of the resource.rx.Observable<SqlEncryptionProtector> getByIdAsync(String id)
id
- the ID of the resource.List<SqlEncryptionProtector> listBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group to list the resources fromsqlServerName
- the name of parent Azure SQL server.rx.Observable<SqlEncryptionProtector> listBySqlServerAsync(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group to list the resources fromsqlServerName
- the name of parent Azure SQL server.List<SqlEncryptionProtector> listBySqlServer(SqlServer sqlServer)
sqlServer
- the parent Azure SQL server.@Beta(value=V1_9_0) rx.Observable<SqlEncryptionProtector> listBySqlServerAsync(SqlServer sqlServer)
sqlServer
- the parent Azure SQL server.Copyright © 2019. All rights reserved.