SensitivityLabelsOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された列の秘密度ラベルを取得します
public static Microsoft.Azure.Management.Sql.Models.SensitivityLabel Get(this Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource sensitivityLabelSource);
static member Get : Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations * string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource -> Microsoft.Azure.Management.Sql.Models.SensitivityLabel
<Extension()>
Public Function Get (operations As ISensitivityLabelsOperations, resourceGroupName As String, serverName As String, databaseName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource) As SensitivityLabel
パラメーター
- operations
- ISensitivityLabelsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
- String
サーバーの名前。
- databaseName
- String
データベースの名前。
- schemaName
- String
スキーマの名前です。
- tableName
- String
テーブルの名前。
- columnName
- String
列の名前。
- sensitivityLabelSource
- SensitivityLabelSource
秘密度ラベルのソース。 使用可能な値は次のとおりです: 'current'、'recommended'
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET