Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePortAuthorizationListResult
Packages that use ExpressRoutePortAuthorizationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortAuthorizationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRoutePortAuthorizationListResultModifier and TypeClassDescriptionfinal classExpressRoute Port Authorization List Result Response for ListExpressRoutePortAuthorizations API service call.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePortAuthorizationListResultModifier and TypeMethodDescriptionExpressRoutePortAuthorizationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRoutePortAuthorizationListResult from the JsonReader.ExpressRoutePortAuthorizationListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRoutePortAuthorizationListResult.withValue(List<ExpressRoutePortAuthorizationInner> value) Set the value property: The authorizations in an ExpressRoute Port.