次の方法で共有


SqlPoolSensitivityLabelsOperationsExtensions.GetAsync メソッド

定義

指定された列の秘密度ラベルを取得します

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

キャンセル トークン。

戻り値

適用対象