Class ExpressRouteServiceProviderListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRouteServiceProviderListResult
-
public final class ExpressRouteServiceProviderListResult extends Object
Response for the ListExpressRouteServiceProvider API service call.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteServiceProviderListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<ExpressRouteServiceProviderInner>value()Get the value property: A list of ExpressRouteResourceProvider resources.ExpressRouteServiceProviderListResultwithNextLink(String nextLink)Set the nextLink property: The URL to get the next set of results.ExpressRouteServiceProviderListResultwithValue(List<ExpressRouteServiceProviderInner> value)Set the value property: A list of ExpressRouteResourceProvider resources.
-
-
-
Method Detail
-
value
public List<ExpressRouteServiceProviderInner> value()
Get the value property: A list of ExpressRouteResourceProvider resources.- Returns:
- the value value.
-
withValue
public ExpressRouteServiceProviderListResult withValue(List<ExpressRouteServiceProviderInner> value)
Set the value property: A list of ExpressRouteResourceProvider resources.- Parameters:
value- the value value to set.- Returns:
- the ExpressRouteServiceProviderListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink 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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-