次の方法で共有


ISqlEncryptionProtectorOperations.GetBySqlServer メソッド

定義

オーバーロード

GetBySqlServer(ISqlServer)

サーバーから Encryption Protector リソースに関する情報Azure SQL取得し、そのリソース グループと親によって識別します。

GetBySqlServer(String, String)

サーバーから Encryption Protector リソースに関する情報Azure SQL取得し、そのリソース グループと親によって識別します。

GetBySqlServer(ISqlServer)

サーバーから Encryption Protector リソースに関する情報Azure SQL取得し、そのリソース グループと親によって識別します。

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

パラメーター

sqlServer
ISqlServer

SQL サーバーの親リソース。

戻り値

適用対象

GetBySqlServer(String, String)

サーバーから Encryption Protector リソースに関する情報Azure SQL取得し、そのリソース グループと親によって識別します。

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

パラメーター

resourceGroupName
String

リソース グループの名前。

sqlServerName
String

SQL サーバーの親リソースの名前。

戻り値

適用対象