IpFirewallRuleInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IpFirewallRuleInfoListResult
- com.
Implements
public final class IpFirewallRuleInfoListResult
implements JsonSerializable<IpFirewallRuleInfoListResult>
List of IP firewall rules.
Constructor Summary
| Constructor | Description |
|---|---|
| IpFirewallRuleInfoListResult() |
Creates an instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Ip |
value()
Get the value property: List of IP firewall rules. |
|
Ip |
withNextLink(String nextLink)
Set the next |
|
Ip |
withValue(List<IpFirewallRuleInfoInner> value)
Set the value property: List of IP firewall rules. |
Methods inherited from java.lang.Object
Constructor Details
IpFirewallRuleInfoListResult
public IpFirewallRuleInfoListResult()
Creates an instance of IpFirewallRuleInfoListResult class.
Method Details
fromJson
public static IpFirewallRuleInfoListResult fromJson(JsonReader jsonReader)
Reads an instance of IpFirewallRuleInfoListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<IpFirewallRuleInfoInner> value()
Get the value property: List of IP firewall rules.
Returns:
withNextLink
public IpFirewallRuleInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to next page of results.
Parameters:
Returns:
withValue
public IpFirewallRuleInfoListResult withValue(List<IpFirewallRuleInfoInner> value)
Set the value property: List of IP firewall rules.
Parameters:
Returns: