次の方法で共有


SensitivityLabelsOperationsExtensions.Update メソッド

定義

操作バッチを使用して、特定のデータベースの秘密度ラベルを更新します。

public static void Update (this Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateList parameters);
static member Update : Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateList -> unit
<Extension()>
Public Sub Update (operations As ISensitivityLabelsOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As SensitivityLabelUpdateList)

パラメーター

operations
ISensitivityLabelsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

適用対象