Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteServiceProviderInner
Packages that use ExpressRouteServiceProviderInner
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 ExpressRouteServiceProviderInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteServiceProviderInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ExpressRouteServiceProviderInner> ExpressRouteServiceProvidersClient.list()Gets all the available express route service providers.com.azure.core.http.rest.PagedIterable<ExpressRouteServiceProviderInner> ExpressRouteServiceProvidersClient.list(com.azure.core.util.Context context) Gets all the available express route service providers.com.azure.core.http.rest.PagedFlux<ExpressRouteServiceProviderInner> ExpressRouteServiceProvidersClient.listAsync()Gets all the available express route service providers. -
Uses of ExpressRouteServiceProviderInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteServiceProviderInnerModifier and TypeMethodDescriptionExpressRouteServiceProviderInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteServiceProviderInner from the JsonReader.ExpressRouteServiceProviderInner.withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered) Set the bandwidthsOffered property: A list of bandwidths offered.Set the id property: Resource ID.ExpressRouteServiceProviderInner.withLocation(String location) ExpressRouteServiceProviderInner.withPeeringLocations(List<String> peeringLocations) Set the peeringLocations property: A list of peering locations. -
Uses of ExpressRouteServiceProviderInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteServiceProviderInnerModifier and TypeMethodDescriptionExpressRouteServiceProviderListResult.value()Get the value property: A list of ExpressRouteResourceProvider resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExpressRouteServiceProviderInnerModifier and TypeMethodDescriptionExpressRouteServiceProviderListResult.withValue(List<ExpressRouteServiceProviderInner> value) Set the value property: A list of ExpressRouteResourceProvider resources.