Class SensitivityLabelUpdateList
java.lang.Object
com.azure.resourcemanager.sql.models.SensitivityLabelUpdateList
A list of sensitivity label update operations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SensitivityLabelUpdateList class. -
Method Summary
Modifier and TypeMethodDescriptionGet the operations property: The operations property.voidvalidate()Validates the instance.withOperations(List<SensitivityLabelUpdateInner> operations) Set the operations property: The operations property.
-
Constructor Details
-
SensitivityLabelUpdateList
public SensitivityLabelUpdateList()Creates an instance of SensitivityLabelUpdateList class.
-
-
Method Details
-
operations
Get the operations property: The operations property.- Returns:
- the operations value.
-
withOperations
Set the operations property: The operations property.- Parameters:
operations- the operations value to set.- Returns:
- the SensitivityLabelUpdateList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-