Class DataMaskingRuleListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.DataMaskingRuleListResult
-
public final class DataMaskingRuleListResult extends Object
The response to a list data masking rules request.
-
-
Constructor Summary
Constructors Constructor Description DataMaskingRuleListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DataMaskingRuleInner>value()Get the value property: The list of database data masking rules.DataMaskingRuleListResultwithValue(List<DataMaskingRuleInner> value)Set the value property: The list of database data masking rules.
-
-
-
Method Detail
-
value
public List<DataMaskingRuleInner> value()
Get the value property: The list of database data masking rules.- Returns:
- the value value.
-
withValue
public DataMaskingRuleListResult withValue(List<DataMaskingRuleInner> value)
Set the value property: The list of database data masking rules.- Parameters:
value- the value value to set.- Returns:
- the DataMaskingRuleListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-