次の方法で共有


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.GetAsync メソッド

定義

ワークスペース サーバーの暗号化保護機能を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.EncryptionProtector> GetAsync (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.EncryptionProtector>
<Extension()>
Public Function GetAsync (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EncryptionProtector)

パラメーター

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ワークスペースマネージド SQL Server の暗号化保護機能を取得します。

適用対象