Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRoutePortsLocationInner
-
Packages that use ExpressRoutePortsLocationInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ExpressRoutePortsLocationInner Modifier and Type Method Description ExpressRoutePortsLocationInnerExpressRoutePortsLocationsClient. get(String locationName)Retrieves 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 ExpressRoutePortsLocationInner Modifier and Type Method Description Mono<ExpressRoutePortsLocationInner>ExpressRoutePortsLocationsClient. getAsync(String locationName)Retrieves 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 ExpressRoutePortsLocationInner Modifier and Type Method Description ExpressRoutePortsLocationInnerExpressRoutePortsLocationInner. withAvailableBandwidths(List<ExpressRoutePortsLocationBandwidths> availableBandwidths)Set the availableBandwidths property: The inventory of available ExpressRoutePort bandwidths.ExpressRoutePortsLocationInnerExpressRoutePortsLocationInner. withId(String id)Set the id property: Resource ID.ExpressRoutePortsLocationInnerExpressRoutePortsLocationInner. withLocation(String location)ExpressRoutePortsLocationInnerExpressRoutePortsLocationInner. withTags(Map<String,String> tags) -
Uses of ExpressRoutePortsLocationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePortsLocationInner Modifier and Type Method Description List<ExpressRoutePortsLocationInner>ExpressRoutePortsLocationListResult. 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 ExpressRoutePortsLocationInner Modifier and Type Method Description ExpressRoutePortsLocationListResultExpressRoutePortsLocationListResult. withValue(List<ExpressRoutePortsLocationInner> value)Set the value property: The list of all ExpressRoutePort peering locations.
-