Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePortListResult
Packages that use ExpressRoutePortListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRoutePortListResultModifier and TypeClassDescriptionfinal classExpressRoute Port List Result Response for ListExpressRoutePorts API service call.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePortListResultModifier and TypeMethodDescriptionstatic ExpressRoutePortListResultExpressRoutePortListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRoutePortListResult from the JsonReader.ExpressRoutePortListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRoutePortListResult.withValue(List<ExpressRoutePortInner> value) Set the value property: A list of ExpressRoutePort resources.