ExpressRouteProviderPortListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteProviderPortListResultInner
- com.
Implements
public final class ExpressRouteProviderPortListResultInner
implements JsonSerializable<ExpressRouteProviderPortListResultInner>
Response for ListExpressRouteProviderPort API service call.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteProviderPortListResultInner() |
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 Express |
Express |
withValue(List<ExpressRouteProviderPortInner> value)
Set the value property: A list of Express |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteProviderPortListResultInner
public ExpressRouteProviderPortListResultInner()
Creates an instance of ExpressRouteProviderPortListResultInner class.
Method Details
fromJson
public static ExpressRouteProviderPortListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteProviderPortListResultInner 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 ExpressRouteProviderPort resources.
Returns:
withValue
public ExpressRouteProviderPortListResultInner withValue(List
Set the value property: A list of ExpressRouteProviderPort resources.
Parameters:
Returns:
Applies to
Azure SDK for Java