SensitivityLabelUpdateList Constructors

Definition

Overloads

SensitivityLabelUpdateList()

Initializes a new instance of the SensitivityLabelUpdateList class.

SensitivityLabelUpdateList(IList<SensitivityLabelUpdate>)

Initializes a new instance of the SensitivityLabelUpdateList class.

SensitivityLabelUpdateList()

Initializes a new instance of the SensitivityLabelUpdateList class.

public SensitivityLabelUpdateList ();
Public Sub New ()

Applies to

SensitivityLabelUpdateList(IList<SensitivityLabelUpdate>)

Initializes a new instance of the SensitivityLabelUpdateList class.

public SensitivityLabelUpdateList (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdate> operations = default);
new Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateList : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdate> -> Microsoft.Azure.Management.Sql.Models.SensitivityLabelUpdateList
Public Sub New (Optional operations As IList(Of SensitivityLabelUpdate) = Nothing)

Parameters

Applies to