ISqlEncryptionProtectorOperations.GetBySqlServer Method

Definition

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.

Returns

Applies to