次の方法で共有


ISqlEncryptionProtectorOperations.ListBySqlServerAsync メソッド

定義

オーバーロード

ListBySqlServerAsync(ISqlServer, CancellationToken)

指定したリソース グループ内Azure SQL指定したAzure SQL サーバーの Encryption 保護機能リソースを非同期に一覧表示します。

ListBySqlServerAsync(String, String, CancellationToken)

指定したリソース グループ内Azure SQL指定したAzure SQL サーバーの Encryption 保護機能リソースを非同期に一覧表示します。

ListBySqlServerAsync(ISqlServer, CancellationToken)

指定したリソース グループ内Azure SQL指定したAzure SQL サーバーの Encryption 保護機能リソースを非同期に一覧表示します。

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

パラメーター

sqlServer
ISqlServer

親Azure SQLサーバー。

cancellationToken
CancellationToken

戻り値

適用対象

ListBySqlServerAsync(String, String, CancellationToken)

指定したリソース グループ内Azure SQL指定したAzure SQL サーバーの Encryption 保護機能リソースを非同期に一覧表示します。

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

パラメーター

resourceGroupName
String

リソースを一覧表示するリソース グループの名前。

sqlServerName
String

親Azure SQLサーバーの名前。

cancellationToken
CancellationToken

戻り値

適用対象