Partager via


ISqlEncryptionProtectorOperations.GetBySqlServer Méthode

Définition

Surcharges

GetBySqlServer(ISqlServer)

Obtient les informations sur une ressource Encryption Protector à partir de Azure SQL serveur, en l’identifiant par son groupe de ressources et son parent.

GetBySqlServer(String, String)

Obtient les informations sur une ressource Encryption Protector à partir de Azure SQL serveur, en l’identifiant par son groupe de ressources et son parent.

GetBySqlServer(ISqlServer)

Obtient les informations sur une ressource Encryption Protector à partir de Azure SQL serveur, en l’identifiant par son groupe de ressources et son 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

Paramètres

sqlServer
ISqlServer

Ressource parente SQL Server.

Retours

S’applique à

GetBySqlServer(String, String)

Obtient les informations sur une ressource Encryption Protector à partir de Azure SQL serveur, en l’identifiant par son groupe de ressources et son 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

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

sqlServerName
String

Nom de la ressource parente SQL Server.

Retours

S’applique à