ISqlEncryptionProtectorOperations.GetBySqlServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetBySqlServer(ISqlServer) |
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent. |
GetBySqlServer(String, String) |
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent. |
GetBySqlServer(ISqlServer)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
public Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector GetBySqlServer (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);
abstract member GetBySqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer -> Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector
Public Function GetBySqlServer (sqlServer As ISqlServer) As ISqlEncryptionProtector
Parameters
- sqlServer
- ISqlServer
The SQL server parent resource.
Returns
Applies to
GetBySqlServer(String, String)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
public Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector GetBySqlServer (string resourceGroupName, string sqlServerName);
abstract member GetBySqlServer : string * string -> Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector
Public Function GetBySqlServer (resourceGroupName As String, sqlServerName As String) As ISqlEncryptionProtector
Parameters
- resourceGroupName
- String
The name of resource group.
- sqlServerName
- String
The name of SQL server parent resource.