ExpressRouteServiceProviderListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ExpressRouteServiceProviderListResult

public final class ExpressRouteServiceProviderListResult

Response for the ListExpressRouteServiceProvider API service call.

Constructor Summary

Constructor Description
ExpressRouteServiceProviderListResult()

Creates an instance of ExpressRouteServiceProviderListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

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

void validate()

Validates the instance.

List<ExpressRouteServiceProviderInner> value()

Get the value property: A list of ExpressRouteResourceProvider resources.

ExpressRouteServiceProviderListResult withNextLink(String nextLink)

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

ExpressRouteServiceProviderListResult withValue(List<ExpressRouteServiceProviderInner> value)

Set the value property: A list of ExpressRouteResourceProvider resources.

Methods inherited from java.lang.Object

Constructor Details

ExpressRouteServiceProviderListResult

public ExpressRouteServiceProviderListResult()

Creates an instance of ExpressRouteServiceProviderListResult class.

Method Details

nextLink

public String nextLink()

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

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of ExpressRouteResourceProvider resources.

Returns:

the value value.

withNextLink

public ExpressRouteServiceProviderListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the ExpressRouteServiceProviderListResult object itself.

withValue

public ExpressRouteServiceProviderListResult withValue(List value)

Set the value property: A list of ExpressRouteResourceProvider resources.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteServiceProviderListResult object itself.

Applies to