Class FirewallRuleList
java.lang.Object
com.azure.resourcemanager.sql.models.FirewallRuleList
A list of server firewall rules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.values()Get the values property: The values property.withValues(List<FirewallRuleInner> values) Set the values property: The values property.
-
Constructor Details
-
FirewallRuleList
public FirewallRuleList()Creates an instance of FirewallRuleList class.
-
-
Method Details
-
values
Get the values property: The values property.- Returns:
- the values value.
-
withValues
Set the values property: The values property.- Parameters:
values- the values value to set.- Returns:
- the FirewallRuleList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-