Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteProviderPortListResultInner
Packages that use ExpressRouteProviderPortListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteProviderPortListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteProviderPortListResultInnerModifier and TypeMethodDescriptionExpressRouteProviderPortsLocationsClient.list()Retrieves all the ExpressRouteProviderPorts in a subscription.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteProviderPortListResultInnerModifier and TypeMethodDescriptionExpressRouteProviderPortsLocationsClient.listAsync()Retrieves all the ExpressRouteProviderPorts in a subscription.com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner> ExpressRouteProviderPortsLocationsClient.listWithResponse(String filter, com.azure.core.util.Context context) Retrieves all the ExpressRouteProviderPorts in a subscription.Mono<com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner>> ExpressRouteProviderPortsLocationsClient.listWithResponseAsync(String filter) Retrieves all the ExpressRouteProviderPorts in a subscription. -
Uses of ExpressRouteProviderPortListResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteProviderPortListResultInnerModifier and TypeMethodDescriptionExpressRouteProviderPortListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteProviderPortListResultInner from the JsonReader.ExpressRouteProviderPortListResultInner.withValue(List<ExpressRouteProviderPortInner> value) Set the value property: A list of ExpressRouteProviderPort resources.