EffectiveNetworkSecurityGroupListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.EffectiveNetworkSecurityGroupListResultInner

Implements

public final class EffectiveNetworkSecurityGroupListResultInner
implements JsonSerializable<EffectiveNetworkSecurityGroupListResultInner>

Response for list effective network security groups API service call.

Constructor Summary

Constructor Description
EffectiveNetworkSecurityGroupListResultInner()

Creates an instance of EffectiveNetworkSecurityGroupListResultInner class.

Method Summary

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

Reads an instance of EffectiveNetworkSecurityGroupListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<EffectiveNetworkSecurityGroup> value()

Get the value property: A list of effective network security groups.

EffectiveNetworkSecurityGroupListResultInner withValue(List<EffectiveNetworkSecurityGroup> value)

Set the value property: A list of effective network security groups.

Methods inherited from java.lang.Object

Constructor Details

EffectiveNetworkSecurityGroupListResultInner

public EffectiveNetworkSecurityGroupListResultInner()

Creates an instance of EffectiveNetworkSecurityGroupListResultInner class.

Method Details

fromJson

public static EffectiveNetworkSecurityGroupListResultInner fromJson(JsonReader jsonReader)

Reads an instance of EffectiveNetworkSecurityGroupListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of EffectiveNetworkSecurityGroupListResultInner 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 EffectiveNetworkSecurityGroupListResultInner.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set 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 value()

Get the value property: A list of effective network security groups.

Returns:

the value value.

withValue

public EffectiveNetworkSecurityGroupListResultInner withValue(List value)

Set the value property: A list of effective network security groups.

Parameters:

value - the value value to set.

Returns:

the EffectiveNetworkSecurityGroupListResultInner object itself.

Applies to