ExpressRouteProviderPortListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ExpressRouteProviderPortListResultInner

Implements

public final class ExpressRouteProviderPortListResultInner
implements JsonSerializable<ExpressRouteProviderPortListResultInner>

Response for ListExpressRouteProviderPort API service call.

Constructor Summary

Constructor Description
ExpressRouteProviderPortListResultInner()

Creates an instance of ExpressRouteProviderPortListResultInner class.

Method Summary

Modifier and Type Method and Description
static ExpressRouteProviderPortListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteProviderPortListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExpressRouteProviderPortInner> value()

Get the value property: A list of ExpressRouteProviderPort resources.

ExpressRouteProviderPortListResultInner withValue(List<ExpressRouteProviderPortInner> value)

Set the value property: A list of ExpressRouteProviderPort resources.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of ExpressRouteProviderPortListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExpressRouteProviderPortListResultInner.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of ExpressRouteProviderPort resources.

Returns:

the value value.

withValue

public ExpressRouteProviderPortListResultInner withValue(List value)

Set the value property: A list of ExpressRouteProviderPort resources.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteProviderPortListResultInner object itself.

Applies to