ExpressRouteCircuitsArpTableListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteCircuitsArpTableListResultInner
- com.
Implements
public final class ExpressRouteCircuitsArpTableListResultInner
implements JsonSerializable<ExpressRouteCircuitsArpTableListResultInner>
Response for ListArpTable associated with the Express Route Circuits API.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitsArpTableListResultInner() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Express |
value()
Get the value property: A list of the ARP tables. |
Express |
withNextLink(String nextLink)
Set the next |
Express |
withValue(List<ExpressRouteCircuitArpTable> value)
Set the value property: A list of the ARP tables. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitsArpTableListResultInner
public ExpressRouteCircuitsArpTableListResultInner()
Creates an instance of ExpressRouteCircuitsArpTableListResultInner class.
Method Details
fromJson
public static ExpressRouteCircuitsArpTableListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitsArpTableListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: A list of the ARP tables.
Returns:
withNextLink
public ExpressRouteCircuitsArpTableListResultInner withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
Parameters:
Returns:
withValue
public ExpressRouteCircuitsArpTableListResultInner withValue(List
Set the value property: A list of the ARP tables.
Parameters:
Returns:
Applies to
Azure SDK for Java