次の方法で共有


ManagedDatabaseSensitivityLabelsOperationsExtensions.Get メソッド

定義

特定の列の秘密度ラベルを取得します

public static Microsoft.Azure.Management.Sql.Models.SensitivityLabel Get (this Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource sensitivityLabelSource);
static member Get : Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations * string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource -> Microsoft.Azure.Management.Sql.Models.SensitivityLabel
<Extension()>
Public Function Get (operations As IManagedDatabaseSensitivityLabelsOperations, resourceGroupName As String, managedInstanceName As String, databaseName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource) As SensitivityLabel

パラメーター

operations
IManagedDatabaseSensitivityLabelsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

managedInstanceName
String

マネージド インスタンスの名前。

databaseName
String

データベースの名前。

schemaName
String

スキーマの名前です。

tableName
String

テーブルの名前。

columnName
String

列の名前。

sensitivityLabelSource
SensitivityLabelSource

秘密度ラベルのソース。 使用可能な値は、'current'、'recommended' です。

戻り値

適用対象