EffectiveNetworkSecurityGroupListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. EffectiveNetworkSecurityGroupListResultInner
- com.
Implements
public final class EffectiveNetworkSecurityGroupListResultInner
implements JsonSerializable<EffectiveNetworkSecurityGroupListResultInner>
Response for list effective network security groups API service call.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Effective |
fromJson(JsonReader jsonReader)
Reads an instance of Effective |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Effective |
value()
Get the value property: The Effective |
Methods inherited from java.lang.Object
Method Details
fromJson
public static EffectiveNetworkSecurityGroupListResultInner fromJson(JsonReader jsonReader)
Reads an instance of EffectiveNetworkSecurityGroupListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<EffectiveNetworkSecurityGroup> value()
Get the value property: The EffectiveNetworkSecurityGroup items on this page.
Returns: