SensitivityLabelUpdateList Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SensitivityLabelUpdateList() |
Initialise une nouvelle instance de la classe SensitivityLabelUpdateList. |
SensitivityLabelUpdateList(IList<SensitivityLabelUpdate>) |
Initialise une nouvelle instance de la classe SensitivityLabelUpdateList. |
SensitivityLabelUpdateList()
Initialise une nouvelle instance de la classe SensitivityLabelUpdateList.
public SensitivityLabelUpdateList ();
Public Sub New ()
S’applique à
SensitivityLabelUpdateList(IList<SensitivityLabelUpdate>)
Initialise une nouvelle instance de la classe SensitivityLabelUpdateList.
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)
Paramètres
- operations
- IList<SensitivityLabelUpdate>
S’applique à
Azure SDK for .NET