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