public final class DataMaskingRuleListResult extends Object
| Constructor and Description |
|---|
DataMaskingRuleListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<DataMaskingRuleInner> |
value()
Get the value property: The list of database data masking rules.
|
DataMaskingRuleListResult |
withValue(List<DataMaskingRuleInner> value)
Set the value property: The list of database data masking rules.
|
public List<DataMaskingRuleInner> value()
public DataMaskingRuleListResult withValue(List<DataMaskingRuleInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.