FirewallRuleList Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. FirewallRuleList
- com.
Implements
public final class FirewallRuleList
implements JsonSerializable<FirewallRuleList>
A list of server firewall rules.
Constructor Summary
| Constructor | Description |
|---|---|
| FirewallRuleList() |
Creates an instance of Firewall |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Firewall |
values()
Get the values property: The values property. |
|
Firewall |
withValues(List<FirewallRuleInner> values)
Set the values property: The values property. |
Methods inherited from java.lang.Object
Constructor Details
FirewallRuleList
public FirewallRuleList()
Creates an instance of FirewallRuleList class.
Method Details
fromJson
public static FirewallRuleList fromJson(JsonReader jsonReader)
Reads an instance of FirewallRuleList from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
values
public List<FirewallRuleInner> values()
Get the values property: The values property.
Returns:
withValues
public FirewallRuleList withValues(List<FirewallRuleInner> values)
Set the values property: The values property.
Parameters:
Returns: