次の方法で共有


ISqlEncryptionProtectorOperations.GetBySqlServerAsync メソッド

定義

オーバーロード

GetBySqlServerAsync(ISqlServer, CancellationToken)

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

GetBySqlServerAsync(String, String, CancellationToken)

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

GetBySqlServerAsync(ISqlServer, CancellationToken)

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector> GetBySqlServerAsync (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBySqlServerAsync : Microsoft.Azure.Management.Sql.Fluent.ISqlServer * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>
Public Function GetBySqlServerAsync (sqlServer As ISqlServer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ISqlEncryptionProtector)

パラメーター

sqlServer
ISqlServer

SQL Server の親リソース。

cancellationToken
CancellationToken

戻り値

適用対象

GetBySqlServerAsync(String, String, CancellationToken)

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector> GetBySqlServerAsync (string resourceGroupName, string sqlServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBySqlServerAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>
Public Function GetBySqlServerAsync (resourceGroupName As String, sqlServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ISqlEncryptionProtector)

パラメーター

resourceGroupName
String

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

sqlServerName
String

SQL Server の親リソースの名前。

cancellationToken
CancellationToken

戻り値

適用対象