Uses of Interface
com.azure.resourcemanager.sql.models.SqlEncryptionProtector
Packages that use SqlEncryptionProtector
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlEncryptionProtector in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlEncryptionProtectorModifier 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.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlEncryptionProtectorModifier and TypeMethodDescriptionSqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.getAsync()Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.SqlEncryptionProtectorOperations.getByIdAsync(String id) Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.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.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.com.azure.core.http.rest.PagedFlux<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.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.