Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteServiceProviderInner
-
Packages that use ExpressRouteServiceProviderInner 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 ExpressRouteServiceProviderInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteServiceProviderInner Modifier and Type Method Description com.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 ExpressRouteServiceProviderInner Modifier and Type Method Description ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)Set the bandwidthsOffered property: A list of bandwidths offered.ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withId(String id)Set the id property: Resource ID.ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withLocation(String location)ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withPeeringLocations(List<String> peeringLocations)Set the peeringLocations property: A list of peering locations.ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withTags(Map<String,String> tags) -
Uses of ExpressRouteServiceProviderInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteServiceProviderInner Modifier and Type Method Description List<ExpressRouteServiceProviderInner>ExpressRouteServiceProviderListResult. value()Get the value property: A list of ExpressRouteResourceProvider resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExpressRouteServiceProviderInner Modifier and Type Method Description ExpressRouteServiceProviderListResultExpressRouteServiceProviderListResult. withValue(List<ExpressRouteServiceProviderInner> value)Set the value property: A list of ExpressRouteResourceProvider resources.
-