SqlPoolSensitivityLabelsOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された列の秘密度ラベルを取得します
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> GetAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Synapse.Models.SensitivityLabelSource sensitivityLabelSource, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * string * string * string * string * string * Microsoft.Azure.Management.Synapse.Models.SensitivityLabelSource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>
<Extension()>
Public Function GetAsync (operations As ISqlPoolSensitivityLabelsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SensitivityLabel)
パラメーター
- operations
- ISqlPoolSensitivityLabelsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
- String
ワークスペースの名前
- sqlPoolName
- String
SQL プール名
- schemaName
- String
スキーマの名前です。
- tableName
- String
テーブルの名前。
- columnName
- String
列の名前。
- sensitivityLabelSource
- SensitivityLabelSource
秘密度ラベルのソース。 使用可能な値は次のとおりです: 'current'、'recommended'
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET