RadiusAuthServerListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. RadiusAuthServerListResultInner
- com.
Implements
public final class RadiusAuthServerListResultInner
implements JsonSerializable<RadiusAuthServerListResultInner>
List of Radius servers with respective radius secrets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Radius |
fromJson(JsonReader jsonReader)
Reads an instance of Radius |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Radius |
value()
Get the value property: The Radius |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RadiusAuthServerListResultInner fromJson(JsonReader jsonReader)
Reads an instance of RadiusAuthServerListResultInner 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<RadiusAuthServer> value()
Get the value property: The RadiusAuthServer items on this page.
Returns: