IpFirewallRuleInfoListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.IpFirewallRuleInfoListResult

Implements

public final class IpFirewallRuleInfoListResult
implements JsonSerializable<IpFirewallRuleInfoListResult>

List of IP firewall rules.

Constructor Summary

Constructor Description
IpFirewallRuleInfoListResult()

Creates an instance of IpFirewallRuleInfoListResult class.

Method Summary

Modifier and Type Method and Description
static IpFirewallRuleInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of IpFirewallRuleInfoListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<IpFirewallRuleInfoInner> value()

Get the value property: List of IP firewall rules.

IpFirewallRuleInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to next page of results.

IpFirewallRuleInfoListResult 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:

jsonReader - The JsonReader being read.

Returns:

An instance of IpFirewallRuleInfoListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IpFirewallRuleInfoListResult.

nextLink

public String nextLink()

Get the nextLink property: Link to next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<IpFirewallRuleInfoInner> value()

Get the value property: List of IP firewall rules.

Returns:

the value value.

withNextLink

public IpFirewallRuleInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the IpFirewallRuleInfoListResult object itself.

withValue

public IpFirewallRuleInfoListResult withValue(List<IpFirewallRuleInfoInner> value)

Set the value property: List of IP firewall rules.

Parameters:

value - the value value to set.

Returns:

the IpFirewallRuleInfoListResult object itself.

Applies to