public final class NetworkRuleSetListResult extends Object
| Constructor and Description |
|---|
NetworkRuleSetListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link to the next set of results.
|
void |
validate()
Validates the instance.
|
List<NetworkRuleSetInner> |
value()
Get the value property: Result of the List NetworkRuleSet operation.
|
NetworkRuleSetListResult |
withNextLink(String nextLink)
Set the nextLink property: Link to the next set of results.
|
NetworkRuleSetListResult |
withValue(List<NetworkRuleSetInner> value)
Set the value property: Result of the List NetworkRuleSet operation.
|
public List<NetworkRuleSetInner> value()
public NetworkRuleSetListResult withValue(List<NetworkRuleSetInner> value)
value - the value value to set.public String nextLink()
public NetworkRuleSetListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.