Uses of Class
com.azure.resourcemanager.network.models.AuthorizationListResult
Packages that use AuthorizationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AuthorizationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AuthorizationListResultModifier and TypeClassDescriptionfinal classResponse for ListAuthorizations API service call retrieves all authorizations that belongs to an ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return AuthorizationListResultModifier and TypeMethodDescriptionstatic AuthorizationListResultAuthorizationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationListResult from the JsonReader.AuthorizationListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.AuthorizationListResult.withValue(List<ExpressRouteCircuitAuthorizationInner> value) Set the value property: The authorizations in an ExpressRoute Circuit.