FirewallRuleListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. FirewallRuleListResult
- com.
Implements
public final class FirewallRuleListResult
implements JsonSerializable<FirewallRuleListResult>
The response to a list firewall rules request.
Constructor Summary
| Constructor | Description |
|---|---|
| FirewallRuleListResult() |
Creates an instance of Firewall |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Firewall |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
FirewallRuleListResult
public FirewallRuleListResult()
Creates an instance of FirewallRuleListResult class.
Method Details
fromJson
public static FirewallRuleListResult fromJson(JsonReader jsonReader)
Reads an instance of FirewallRuleListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<FirewallRuleInner> value()
Get the value property: Array of results.
Returns: