Uses of Interface
com.microsoft.azure.management.sql.SqlEncryptionProtector
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlEncryptionProtector in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.get()
Gets the information about an Encryption Protector resource from Azure SQL server.Gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.SqlEncryptionProtectorOperations.getBySqlServer
(SqlServer sqlServer) Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.SqlEncryptionProtectorOperations.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.Modifier and TypeMethodDescriptionrx.Observable<SqlEncryptionProtector>
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.getAsync()
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.rx.Observable<SqlEncryptionProtector>
SqlEncryptionProtectorOperations.getByIdAsync
(String id) Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.rx.Observable<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.rx.Observable<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.SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.list()
Lists Azure SQL the Encryption Protector resources.rx.Observable<SqlEncryptionProtector>
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources.SqlEncryptionProtectorOperations.listBySqlServer
(SqlServer sqlServer) Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.SqlEncryptionProtectorOperations.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>
SqlEncryptionProtectorOperations.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>
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.