SensitivityLabelUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SensitivityLabelUpdate() |
Initializes a new instance of the SensitivityLabelUpdate class. |
SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel) |
Initializes a new instance of the SensitivityLabelUpdate class. |
SensitivityLabelUpdate()
Initializes a new instance of the SensitivityLabelUpdate class.
public SensitivityLabelUpdate ();
Public Sub New ()
Applies to
SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel)
Initializes a new instance of the SensitivityLabelUpdate class.
public SensitivityLabelUpdate (Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateKind op, string schema, string table, string column, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdate : Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateKind * string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabel -> Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdate
Public Sub New (op As SensitivityLabelUpdateKind, schema As String, table As String, column As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)
Parameters
Possible values include: 'set', 'remove'
- schema
- String
Schema name of the column to update.
- table
- String
Table name of the column to update.
- column
- String
Column name to update.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- sensitivityLabel
- SensitivityLabel
The sensitivity label information to apply on a column.
Applies to
Azure SDK for .NET