Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRoutePortsLocationInner
Packages that use ExpressRoutePortsLocationInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortsLocationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRoutePortsLocationInnerModifier and TypeMethodDescriptionRetrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRoutePortsLocationInnerModifier and TypeMethodDescriptionRetrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner> ExpressRoutePortsLocationsClient.getWithResponse(String locationName, com.azure.core.util.Context context) Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.Mono<com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner>> ExpressRoutePortsLocationsClient.getWithResponseAsync(String locationName) Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> ExpressRoutePortsLocationsClient.list()Retrieves all ExpressRoutePort peering locations.com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> ExpressRoutePortsLocationsClient.list(com.azure.core.util.Context context) Retrieves all ExpressRoutePort peering locations.com.azure.core.http.rest.PagedFlux<ExpressRoutePortsLocationInner> ExpressRoutePortsLocationsClient.listAsync()Retrieves all ExpressRoutePort peering locations. -
Uses of ExpressRoutePortsLocationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePortsLocationInnerModifier and TypeMethodDescriptionExpressRoutePortsLocationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRoutePortsLocationInner from the JsonReader.ExpressRoutePortsLocationInner.withAvailableBandwidths(List<ExpressRoutePortsLocationBandwidths> availableBandwidths) Set the availableBandwidths property: The inventory of available ExpressRoutePort bandwidths.Set the id property: Resource ID.ExpressRoutePortsLocationInner.withLocation(String location) -
Uses of ExpressRoutePortsLocationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePortsLocationInnerModifier and TypeMethodDescriptionExpressRoutePortsLocationListResult.value()Get the value property: The list of all ExpressRoutePort peering locations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExpressRoutePortsLocationInnerModifier and TypeMethodDescriptionExpressRoutePortsLocationListResult.withValue(List<ExpressRoutePortsLocationInner> value) Set the value property: The list of all ExpressRoutePort peering locations.