次の方法で共有


ISqlPoolSensitivityLabelsOperations.EnableRecommendationWithHttpMessagesAsync メソッド

定義

特定の列で秘密度に関する推奨事項を有効にします (推奨事項はすべての列で既定で有効になっています)

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> EnableRecommendationWithHttpMessagesAsync (string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, string columnName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableRecommendationWithHttpMessagesAsync : string * string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function EnableRecommendationWithHttpMessagesAsync (resourceGroupName As String, workspaceName As String, sqlPoolName As String, schemaName As String, tableName As String, columnName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

schemaName
String

スキーマの名前です。

tableName
String

テーブルの名前。

columnName
String

列の名前。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象